/* Noto Sans - See README.md for details */

/* Dirham Symbol - Custom icon for currency (U+E001) */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("./custom/NotoSansDirham.woff2") format("woff2");
  unicode-range: U+E001;
}

/* Variable fonts - modern browsers only (Chrome 62+, Firefox 62+, Safari 11+, Edge 17+) */
@supports (font-variation-settings: normal) {
  /* Latin Variable - base Latin script */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansLatin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* Latin Extended Variable - Polish, Czech, Slovak, Romanian, and other Latin Extended languages */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansLatinExt.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
      U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
      U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }

  /* Greek Extended Variable - polytonic/ancient Greek diacritics */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansGreekExt.woff2") format("woff2");
    unicode-range: U+1F00-1FFF;
  }

  /* Greek Variable - modern Greek script */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansGreek.woff2") format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
      U+03A3-03FF;
  }

  /* Cyrillic Extended Variable - Ukrainian, Serbian, Macedonian, Old Church Slavonic */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansCyrillicExt.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
      U+FE2E-FE2F;
  }

  /* Cyrillic Variable - Russian, Bulgarian, Serbian Cyrillic script */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansCyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }

  /* Devanagari Variable - Hindi, Marathi, Nepali, Sanskrit */
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("./variable/NotoSansDevanagari.woff2") format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0,
      U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
  }
}

/* Static fonts - legacy browsers only (IE 11, old mobile) */
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("./NotoSans-Light.woff2") format("woff2");
  }

  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./NotoSans-Regular.woff2") format("woff2");
  }

  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./NotoSans-Medium.woff2") format("woff2");
  }

  @font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("./NotoSans-Bold.woff2") format("woff2");
  }
}

:root {
  --font-family: "Noto Sans", sans-serif;
  --fonts-weight-bold: 700;
  --fonts-weight-medium: 500;
  --fonts-weight-regular: 400;
  --fonts-weight-light: 300;

  /* new tokens */
  --des-direction-title-font-family: "Noto Sans", sans-serif;
  --des-direction-text-font-family: "Noto Sans", sans-serif;
  --des-direction-direction: "LTR";
  --des-direction-weight-bold: 700;
  --des-direction-weight-wide-bold: 700;
  --des-direction-weight-medium: 500;
  --des-direction-weight-wide-medium: 500;
  --des-direction-weight-regular: 400;
  --des-direction-weight-light: 300;
}
