/* Aligned with Backpockets app DL.Font — system SF stack, not Fraunces/Instrument. */
:root {
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Segoe UI", system-ui, sans-serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI",
    system-ui, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;

  --text-xs: 0.75rem;    /* 12 — DL caption/small */
  --text-sm: 0.875rem;   /* 14 — DL label2 / footnote */
  --text-base: 1rem;     /* 16 — DL body */
  --text-lg: 1.125rem;   /* 18 */
  --text-xl: 1.25rem;    /* 20 */
  --text-2xl: 1.5rem;    /* 24 — DL heading */
  --text-3xl: 1.875rem;  /* 30 — near DL display */
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  --leading-tight: 1.2;     /* DL.Font.lineHeading */
  --leading-snug: 1.3;
  --leading-normal: 1.5;    /* DL.Font.lineBody */
  --leading-relaxed: 1.625;

  --tracking-tight: -0.022em; /* DL trackingDisplay */
  --tracking-normal: 0em;
  --tracking-label: 0.14em;   /* site eyebrows (marketing); app uses 0.6pt tracking on tiny labels */
  --tracking-wide: 0.1em;
}
