/* Elizabeths Bakes — Typography tokens */

:root {
  --font-display: 'Spectral', 'Georgia', 'Times New Roman', serif;
  --font-body:    'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-accent:  'Caveat', 'Segoe Script', cursive;

  /* Type scale — warm editorial, generous on headlines */
  --text-xs:   0.75rem;   /* 12px — labels, meta */
  --text-sm:   0.875rem;  /* 14px — captions, UI small */
  --text-base: 1rem;      /* 16px — body */
  --text-md:   1.125rem;  /* 18px — lead body */
  --text-lg:   1.375rem;  /* 22px — card titles */
  --text-xl:   1.75rem;   /* 28px — section titles */
  --text-2xl:  2.25rem;   /* 36px — page titles */
  --text-3xl:  3rem;      /* 48px — hero */
  --text-4xl:  4rem;      /* 64px — display hero */

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

  --leading-tight:  1.12;
  --leading-snug:   1.3;
  --leading-normal: 1.55;
  --leading-relaxed: 1.7;

  --tracking-tight:  -0.02em;
  --tracking-normal: 0;
  --tracking-wide:   0.04em;
  --tracking-caps:   0.14em;  /* small-caps eyebrows */
}
