/* Site typography: Roboto Slab (headings) + Roboto (body). Loaded after the
   compiled CSS so these overrides win over the previous Crimson Text / Jost. */
:root {
  --font-body: 'Roboto', ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  --font-head: 'Roboto Slab', ui-serif, Georgia, 'Times New Roman', serif;
}
html, body, .font-sans { font-family: var(--font-body) !important; }
h1, h2, h3, h4, h5, h6, .font-serif { font-family: var(--font-head) !important; }
button, input, textarea, select { font-family: inherit; }

/* CTA legibility: gold buttons/pills always get dark, high-contrast text
   (the purged Tailwind bundle doesn't reliably apply text-black to these). */
.bg-\[\#ffdd6d\] { color: #111 !important; }
.bg-\[\#ffdd6d\] svg { color: #111 !important; }
