/* ============================================================
   Brownsett Personal Estate Agents — Typography tokens
   - Adrianna Extended : the BROWNSETT wordmark & "B." monogram ONLY
   - Cormorant Garamond: editorial display headings & pull quotes
   - Effra             : body & UI (Regular / 400 only supplied)
   - Allura            : script accent for "Outstanding results." ONLY
   ============================================================ */
:root {
  /* ---- Families ------------------------------------------- */
  --font-wordmark: "Adrianna Extended", "Effra", sans-serif; /* logo lockups only */
  --font-sans: "Effra", "Helvetica Neue", Arial, system-ui, sans-serif;
  --font-display: "Cormorant Garamond", "Effra", Georgia, serif;
  --font-script: "Allura", cursive;   /* "Outstanding results." accent only */

  /* ---- Weights (only 400 shipped for Effra & Adrianna) ---- */
  --weight-regular: 400;
  --weight-medium: 500;   /* serif only */
  --weight-semibold: 600; /* serif only */

  /* ---- Type scale (1.250 major third) --------------------- */
  --text-2xs: 0.6875rem;  /* 11px */
  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-md: 1.125rem;    /* 18px */
  --text-lg: 1.375rem;    /* 22px */
  --text-xl: 1.75rem;     /* 28px */
  --text-2xl: 2.25rem;    /* 36px */
  --text-3xl: 3rem;       /* 48px */
  --text-4xl: 4rem;       /* 64px */
  --text-5xl: 5.25rem;    /* 84px */

  /* ---- Line heights --------------------------------------- */
  --leading-tight: 1.05;
  --leading-snug: 1.2;
  --leading-normal: 1.5;
  --leading-relaxed: 1.7;

  /* ---- Letter spacing ------------------------------------- */
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
  --tracking-wordmark: 0.08em;  /* BROWNSETT wordmark tracking */
  --tracking-caps: 0.18em;      /* eyebrow / overline caps */
  --tracking-descriptor: 0.30em;/* "PERSONAL ESTATE AGENTS" line */
}
