/*
 * Pixelaat — Tajawal (self-hosted, Arabic UI font)
 * Source : google-webfonts-helper (gwfh.mranftl.com) · Tajawal
 * Subsets: arabic, latin (Latin included so mixed AR/Latin strings stay even)
 * Weights: 300 / 400 / 500 / 700 / 800 · normal style · woff2
 * License: SIL Open Font License 1.1
 *
 * Pairs with Montserrat for the RTL/Arabic site (served under /ar/). Loaded only
 * on Arabic requests (see inc/enqueue.php) and applied via :lang(ar)/[dir="rtl"].
 *
 * The .woff2 files are not committed — fetch them once with the command in
 * README.md (kept out of the repo like the Montserrat regeneration step).
 * Until they are present, Arabic falls back to the system font in --pix-font-ar.
 */

/* 300 — Light */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('tajawal-300.woff2') format('woff2');
}

/* 400 — Regular */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('tajawal-400.woff2') format('woff2');
}

/* 500 — Medium */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('tajawal-500.woff2') format('woff2');
}

/* 700 — Bold (also covers 600 via the font stack) */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('tajawal-700.woff2') format('woff2');
}

/* 800 — Extra-bold */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('tajawal-800.woff2') format('woff2');
}
