/* GoldenPharm — Typefaces
   Primary: Hanken Grotesk — a clean geometric grotesk; clinical, precise, modern-medical.
   Loaded from Google Fonts CDN. Swap to bundled .woff2 files if fully-offline use is needed. */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* Monospace is only used for dosage codes / lot numbers — system stack is fine. */
:root {
  --gp-font-sans: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --gp-font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
}
