/* =============================================================
   FARIZON — English / LTR typography layer
   Loaded after core.css on every *-en.html page.
   ============================================================= */
:root {
  --ff-head: 'Poppins', system-ui, -apple-system, Segoe UI, sans-serif;
  --ff-body: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
}

/* Headings get the geometric display face; body stays highly legible */
h1, h2, h3, h4, .btn, .eyebrow, .nav__link, .stat__num, .spec__val { font-family: var(--ff-head); }
body { font-family: var(--ff-body); }
