:root {
  /* ---- Families ---- */
  --font-display: 'Shrikhand', 'Georgia', serif;   /* showbiz marquee face — headlines only */
  --font-body: 'Outfit', 'Helvetica Neue', sans-serif;

  /* ---- Scale ---- */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 20px;
  --text-xl: 26px;
  --text-2xl: 34px;
  --text-3xl: 46px;
  --text-4xl: 64px;
  --text-5xl: 88px;

  /* ---- Weights (body face) ---- */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-black: 800;

  /* ---- Line heights ---- */
  --leading-display: 1.05;
  --leading-tight: 1.2;
  --leading-body: 1.55;

  /* ---- Letter spacing ---- */
  --tracking-caps: 0.14em;   /* uppercase labels, eyebrow text */
  --tracking-body: 0;
}
