/* Severn Financial Advisors — Typography tokens */
:root {
  /* Families */
  --font-display: 'League Spartan', 'Spartan', system-ui, sans-serif; /* headings, brand */
  --font-body:    'Libre Franklin', system-ui, -apple-system, sans-serif; /* body & UI */
  --font-mono:    'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* Weights */
  --fw-light: 300; /* @kind other */
  --fw-regular: 400; /* @kind other */
  --fw-medium: 500; /* @kind other */
  --fw-semibold: 600; /* @kind other */
  --fw-bold: 700; /* @kind other */

  /* Type scale (rem, 16px base) */
  --fs-display: 4.5rem;   /* 72 — hero */
  --fs-h1: 3rem;          /* 48 */
  --fs-h2: 2.25rem;       /* 36 */
  --fs-h3: 1.625rem;      /* 26 */
  --fs-h4: 1.25rem;       /* 20 */
  --fs-lead: 1.25rem;     /* 20 — intro paragraphs */
  --fs-body: 1rem;        /* 16 */
  --fs-sm: 0.875rem;      /* 14 */
  --fs-xs: 0.75rem;       /* 12 */
  --fs-eyebrow: 0.8125rem;/* 13 — tracked label */

  /* Line heights */
  --lh-tight: 1.05; /* @kind other */
  --lh-snug: 1.2; /* @kind other */
  --lh-normal: 1.5; /* @kind other */
  --lh-relaxed: 1.7; /* @kind other */

  /* Letter spacing — display is set in tracked caps like the wordmark */
  --ls-display: 0.14em; /* @kind other */
  --ls-heading: 0.02em; /* @kind other */
  --ls-eyebrow: 0.22em; /* @kind other */
  --ls-body: 0; /* @kind other */
}
