/* =========================================================
   Typography — Koosha (English edition)

   The Persian edition loads Vazirmatn from a CDN. This edition uses the
   system UI font stack instead: nothing to download, no external request
   that could fail, crisp Latin rendering on every platform, and no delay
   before the first paint.
   ========================================================= */

:root {
  --edu-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
              "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --edu-font-mono: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Consolas, monospace;
}

/* Tabular figures keep numbers lined up in columns */
.edu-table td,
.edu-table th,
.edu-stat-value,
.edu-money,
.num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
