/* /css/index.css (or a specific fonts.css imported into index.css) */

/* --- Noto Sans Regular (400) --- */
/* Latin characters (for English and other Latin-based languages) */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Regular-Latin.woff2') format('woff2');
  /* Optimized Unicode range for basic Latin, Latin-1 Supplement, and common punctuation/symbols */
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Greek characters */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Regular-Greek.woff2') format('woff2');
  /* Unicode range for Greek and Coptic, and Greek Extended */
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}

/* --- Noto Sans Bold (700) --- */
/* Latin characters (for English and other Latin-based languages) */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Bold-Latin.woff2') format('woff2');
  /* Optimized Unicode range for basic Latin, Latin-1 Supplement, and common punctuation/symbols */
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Greek characters */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Bold-Greek.woff2') format('woff2');
  /* Unicode range for Greek and Coptic, and Greek Extended */
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}

@font-face {
  font-family: 'Material Icons';
  src: url('/assets/fonts/material-icons.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
