:root {
  --font-display: 'Newsreader', 'Iowan Old Style', 'Georgia', serif;
  --font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

  /* Type scale — spacious, few sizes, big jumps */
  --text-display-xl: 4.5rem;    /* 72px — marketing hero */
  --text-display-lg: 3.5rem;    /* 56px */
  --text-display-md: 2.75rem;   /* 44px */
  --text-headline-lg: 2rem;     /* 32px */
  --text-headline-md: 1.625rem; /* 26px */
  --text-title: 1.25rem;        /* 20px */
  --text-body-lg: 1.125rem;     /* 18px */
  --text-body: 1rem;            /* 16px */
  --text-body-sm: 0.875rem;     /* 14px */
  --text-caption: 0.75rem;      /* 12px */

  --leading-tight: 1.05;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;

  --tracking-tight: -0.02em;
  --tracking-normal: 0em;
  --tracking-wide: 0.04em;

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