/* ==========================================================================
   Essentía — Typography tokens
   ========================================================================== */

:root {
  --font-display: "Rallisaguen", "Palatino Linotype", serif;
  --font-body: "Work Sans", -apple-system, "Segoe UI", sans-serif;
  --font-mono: "SF Mono", "IBM Plex Mono", ui-monospace, monospace;

  /* Weights */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* Type scale — display (Rallisaguen) */
  --text-display-xl: 64px;
  --text-display-l: 48px;
  --text-display-m: 36px;
  --text-display-s: 28px;

  /* Type scale — body/UI (Work Sans) */
  --text-heading: 24px;
  --text-subheading: 20px;
  --text-body-l: 18px;
  --text-body: 16px;
  --text-body-s: 14px;
  --text-caption: 12px;

  /* Line heights */
  --leading-display: 1.1;
  --leading-heading: 1.25;
  --leading-body: 1.55;
  --leading-tight: 1.15;

  /* Letter spacing */
  --tracking-display: 0em;
  --tracking-caption: 0.04em;
  --tracking-eyebrow: 0.12em;
}
