/* Tailwind CSS is compiled into this file. */

/* Typography (site-specific) */
:root{
  --font-headings: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
body{font-family:var(--font-body);}
h1,h2,h3,h4,h5,h6,.font-heading{font-family:var(--font-headings);}
.font-sans{font-family:var(--font-body);}
