/* ═══════════════════════════════════════════════════════════════
   APMD Brief Design System — 0. FONTS
   Carlito = metric-compatible open-source twin of Calibri (same
     advance widths, no reflow on non-Microsoft devices).
   JetBrains Mono = tabular numerics, country codes, IDs.
   Noto Naskh Arabic + Amiri = Arabic (RTL) faces for the -AR brief
     slots (AR programme phase 1, 2026-09-14); the stack is applied
     via the [dir='rtl'] block in base.css only — LTR surfaces
     (EN/FR) are untouched.
   Loaded from Google Fonts. Calibri itself ships on
   Microsoft/Office systems and is named first in the stack in
   tokens.css, so Windows users get the real institutional face.
   Isolated in its own file so the @import always precedes other
   stylesheet rules (CSS requires @import to come first).
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Carlito:wght@400;700&family=JetBrains+Mono:wght@400;500;700&family=Noto+Naskh+Arabic:wght@400;700&family=Amiri:wght@400;700&display=swap');