/* Alducin typography tokens — Brandbook sección 05 */

:root {
  /* Families */
  --font-display: 'Cinzel', 'Times New Roman', serif;   /* Títulos */
  --font-body:    'Lato', system-ui, -apple-system, 'Segoe UI', sans-serif; /* Textos */

  /* Weights */
  --fw-body:    400; /* @kind other */
  --fw-medium:  700; /* @kind other */
  --fw-light:   300; /* @kind other */
  --fw-display: 600; /* @kind other */
  --fw-display-bold: 700; /* @kind other */

  /* Type scale (editorial, generous) */
  --fs-display: 64px;
  --fs-h1: 44px;
  --fs-h2: 32px;
  --fs-h3: 24px;
  --fs-h4: 19px;
  --fs-lead: 20px;
  --fs-body: 16px;
  --fs-small: 14px;
  --fs-caption: 12px;
  --fs-overline: 12px;

  /* Line heights */
  --lh-tight: 1.1; /* @kind other */
  --lh-heading: 1.2; /* @kind other */
  --lh-body: 1.65; /* @kind other */
  --lh-lead: 1.5; /* @kind other */

  /* Letter spacing — Cinzel and overlines run wide */
  --ls-display: 0.04em; /* @kind other */
  --ls-heading: 0.03em; /* @kind other */
  --ls-overline: 0.22em; /* @kind other */
  --ls-body: 0.005em; /* @kind other */
}
