/* ===== Orgànico Studio — Typography tokens ===== */
:root {
  /* Families */
  --font-display: "Avenir Next Condensed", "Aeonik", "Arial Narrow", sans-serif;
  --font-heading: "Aeonik", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Aeonik", "Helvetica Neue", Arial, sans-serif;
  --font-longform: "Poppins", "Aeonik", sans-serif;

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

  /* Type scale (px) — condensed display runs large & tight */
  --fs-display-xl: 96px;
  --fs-display-lg: 72px;
  --fs-display-md: 56px;
  --fs-h1: 44px;
  --fs-h2: 34px;
  --fs-h3: 26px;
  --fs-h4: 20px;
  --fs-body-lg: 18px;
  --fs-body: 16px;
  --fs-body-sm: 14px;
  --fs-caption: 12px;

  /* Line heights */
  --lh-tight: 0.95; /* @kind other */
  --lh-snug: 1.1; /* @kind other */
  --lh-heading: 1.15; /* @kind other */
  --lh-body: 1.55; /* @kind other */

  /* Letter spacing */
  --ls-display: -0.01em; /* @kind other */
  --ls-tight: -0.02em; /* @kind other */
  --ls-normal: 0; /* @kind other */
  --ls-wide: 0.04em; /* @kind other */
}
