/* ============================================================
   SITE FONTS — fonts.css

   To change the site font:
     1. Replace the @import URL with the new Google Fonts link.
     2. Update the variable values below to match.
   That's it. All other CSS files reference these variables.

   --font-primary  : Main site font (body, nav, UI text)
   --font-display  : Display/accent font (large numbers, headlines)
   ============================================================ */

:root {
  --font-primary: 'Nunito Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-headline: 'Manrope', system-ui, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
  --font-stat: 'Inter', system-ui, sans-serif;
}