/* Good Wishes — Type
   Display grotesque + warm serif body + mono utility labels.
   "Modern old-school": confident display, readable serif, typewriter meta. */
:root{
  --font-display:'Costa','Arial Narrow',sans-serif;  /* logo/wordmark, h1, hero */
  --font-accent:'TAY Birdie','Newsreader',cursive;   /* subheaders, h2-h4 */
  --font-body:'Newsreader',Georgia,'Times New Roman',serif;
  --font-mono:'Space Mono',ui-monospace,'Courier New',monospace;

  /* Type scale (1.25 major-third-ish, tuned) */
  --fs-eyebrow:0.75rem;   /* 12 — mono, tracked, uppercase */
  --fs-caption:0.8125rem; /* 13 */
  --fs-sm:0.9375rem;      /* 15 */
  --fs-body:1.0625rem;    /* 17 — serif body default */
  --fs-lg:1.25rem;        /* 20 */
  --fs-h4:1.5rem;         /* 24 */
  --fs-h3:2rem;           /* 32 */
  --fs-h2:2.75rem;        /* 44 */
  --fs-h1:3.75rem;        /* 60 */
  --fs-display:5.5rem;    /* 88 — hero */

  --lh-tight:1.04;   /* @kind other */
  --lh-snug:1.18;    /* @kind other */
  --lh-normal:1.5;   /* @kind other */
  --lh-relaxed:1.62; /* @kind other */

  --tracking-display:-0.02em;
  --tracking-normal:0;
  --tracking-eyebrow:0.22em;  /* mono labels, wide like the logo subtitle */
  --tracking-mono:0.04em;

  --fw-body:400;          /* @kind other */
  --fw-medium:500;        /* @kind other */
  --fw-semibold:600;      /* @kind other */
  --fw-display:700;       /* @kind other */
  --fw-display-heavy:800; /* @kind other */
}
