/* ============================================================================
 * css/tokens/typography.css  —  Schrift-Tokens (v2 §6.1, §6.2)
 * Max. 4 Groessen (alle durch 4/8 teilbar), max. 2 Gewichte.
 * Figtree lokal (Schritt 9 + ADR 0003). Bestand streut aktuell ueber ~20
 * Groessen (9..125px) -> Konsolidierung auf diese 4 erfolgt in Schritt 8.
 * ==========================================================================*/

:root {
  --font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Genau 4 Groessen */
  --text-display: 48px;
  --text-heading: 24px;
  --text-body:    16px;
  --text-caption: 12px;

  /* Genau 2 Gewichte */
  --font-weight-regular:  400;
  --font-weight-semibold: 600;

  /* Zeilenhoehen */
  --line-height-tight: 1.2;
  --line-height-base:  1.5;
}
