/* KE Design System — Typografie. Geist / Geist Mono / Fraunces (Display).
   Fluide Skala mit gepaarten line-heights. */
:root {
  --font-sans: "Geist Variable", "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono Variable", "Geist Mono", ui-monospace, "SF Mono", monospace;
  --font-display: "Fraunces Variable", "Fraunces", Georgia, serif;

  --text-display: clamp(2.5rem, 1.8rem + 3.2vw, 4.5rem); /* @kind spacing */
  --text-display--line-height: 1.02;
  --text-h1: clamp(1.625rem, 1.35rem + 1.2vw, 2.25rem); /* @kind spacing */
  --text-h1--line-height: 1.15;
  --text-h2: clamp(1.25rem, 1.12rem + 0.6vw, 1.5rem); /* @kind spacing */
  --text-h2--line-height: 1.25;
  --text-h3: 1.0625rem;
  --text-h3--line-height: 1.35;
  --text-eyebrow: 0.6875rem;
  --text-eyebrow--line-height: 1.4;
  --text-body: 0.875rem;
  --text-body--line-height: 1.55;
  --text-caption: 0.75rem;
  --text-caption--line-height: 1.45;
}
