/* Local Thmanyah typeface.
   Families in use:
   - Thmanyah Sans          → body / UI
   - Thmanyah Serif Display → headings

   Skipped from the original pack (not needed here):
   Light weights, Serif Text, OTF files.

   To revert to Cairo + El Messiri:
   1. On <html>, set data-fonts="google"
   2. Uncomment the Google Fonts <link> in index.html
*/

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../assets/fonts/thmanyah-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../assets/fonts/thmanyah-sans-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../assets/fonts/thmanyah-sans-medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../assets/fonts/thmanyah-sans-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Display";
  src: url("../assets/fonts/thmanyah-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Display";
  src: url("../assets/fonts/thmanyah-display-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Display";
  src: url("../assets/fonts/thmanyah-display-medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Display";
  src: url("../assets/fonts/thmanyah-display-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Display";
  src: url("../assets/fonts/thmanyah-display-black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Display";
  src: url("../assets/fonts/thmanyah-display-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
