/* Tailwind CSS is compiled into this file. */

/* WG TYPOGRAPHY (site-specific; generated) */
:root{
  --wg-font-headings: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --wg-font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
body{font-family:var(--wg-font-body);}
h1,h2,h3,h4,h5,h6,.font-heading{font-family:var(--wg-font-headings);}
.font-sans{font-family:var(--wg-font-body);}
