/* =========================================================
   fonts.css — @font-face (linked from HTML, not via @import)
   Paths are relative to this file: styles/fonts.css
   ========================================================= */

@font-face {
  font-family: "Lyon Arabic Display";
  src: url("../assets/fonts/lyon-arabic-display-regular.woff2") format("woff2"),
       url("../assets/fonts/lyon-arabic-display-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lyon Arabic Display";
  src: url("../assets/fonts/lyon-arabic-display-bold.woff2") format("woff2"),
       url("../assets/fonts/lyon-arabic-display-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lyon Arabic Display";
  src: url("../assets/fonts/lyon-arabic-display-light.woff2") format("woff2"),
       url("../assets/fonts/lyon-arabic-display-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lyon Arabic Display";
  src: url("../assets/fonts/lyon-arabic-display-medium.woff2") format("woff2"),
       url("../assets/fonts/lyon-arabic-display-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Medium-iF6626350c78103.woff2") format("woff2"),
       url("../assets/fonts/Blauer-Nue-Medium-iF6626350c78103.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
