/* ============================================================
   GC — Webfonts
   SUBSTITUTION NOTE: GC's corporate materials use a bespoke Thai/
   Latin corporate sans. Pending the licensed font files, we use
   "Prompt" (a geometric Thai+Latin family designed in Bangkok by
   Cadson Demak — close in spirit to GC's geometric corporate sans)
   for display/UI, "IBM Plex Sans" for body text, and "IBM Plex
   Mono" for data/figures. Replace these with the licensed GC fonts
   when available.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --font-display: 'Prompt', 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'IBM Plex Sans', 'Prompt', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}
