@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/* ============================================================
   Helio Genomics — sitewide typography system
   Source of truth: the homepage (GRAIL-style editorial pairing).
   Georgia serif for display headings (H1/H2), Inter for everything
   else. Families + heading weight are enforced with !important so
   every inner page inherits one unified type voice regardless of
   its own page-specific rules. Per-section sizes stay page-tuned.
   ============================================================ */
:root{
  --font-serif:Georgia,"Times New Roman",serif;
  --font-sans:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;
}
html body{font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif !important}
html h1,html h2{font-family:Georgia,"Times New Roman",serif !important;font-weight:400 !important;letter-spacing:-.02em}
html h3,html h4,html h5,html h6{font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif !important}
html .btn,html button,html input,html select,html textarea,html .eyebrow{font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif}
