/* Proven Peptide — Webfonts
   PlayStation SST is proprietary and cannot be used. Substitutes chosen to
   match the brand's serif wordmark + clinical character:
   - Cormorant Garamond  -> display / editorial headlines (echoes the serif logo, light & airy)
   - Hanken Grotesk      -> body, UI chrome, buttons, navigation
   - IBM Plex Mono       -> lab data, batch IDs, purity %, CAS, "research use only" tags
   These load from Google Fonts. Swap for self-hosted woff2 in production. */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Hanken+Grotesk:wght@300;400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --font-display: 'Cormorant Garamond', 'Cormorant', Georgia, 'Times New Roman', serif;
  --font-sans: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', Menlo, Consolas, monospace;
}
