/* SA Hazm — site-wide Arabic font */
@font-face{
  font-family: 'SA Hazm';
  src: url('fonts/sa-hazm-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Anton — bold Latin display font used for English letters, numbers &
   punctuation site-wide. unicode-range limits it to Latin/Latin-ext/numbers/
   punctuation so the browser only pulls glyphs from it for those characters
   and falls back to 'SA Hazm' for Arabic text automatically (no JS needed).
   Anton is an inherently bold/black-weight font, giving full visual
   consistency and weight-matching with 'SA Hazm'. */
@font-face{
  font-family: 'Anton';
  src: url('fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
