/* ============================================================
   Go Capitals — English stylesheet (LTR)
   Loaded together with core.css on every English page.
   Keep ALL English-only rules here; the Arabic site never
   loads this file (it loads style-ar.css instead).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --font-head:'Poppins', system-ui, sans-serif;
  --font-body:'Inter', system-ui, sans-serif;
}

html{ direction:ltr; }
body{ font-family:var(--font-body); }
h1,h2,h3,h4,h5,.btn,.nav-list,.eyebrow,.stat .num{ font-family:var(--font-head); }

h1,h2,h3,h4,h5{ letter-spacing:-.01em; }
