/* ==========================================================================
   Haut „Prüfung" — Mittelblau, Fahrschulrot.

   Für Buss & Onken in Großefehn — Fahrschule, also die Farben, die
   jeder vom Schild kennt: Verkehrsblau und das Rot der Fahrschul-Wimpel.
   Deutlich heller und blauer als Jüchters Navy.
   ========================================================================== */
:root {
  --c-green: #274a73;
  --c-green-2: #365d8c;
  --c-green-deep: #193050;

  --c-paper: #f5f7fa;
  --c-paper-2: #e9eef4;
  --c-sand: #dae3ec;
  --c-white: #ffffff;

  --c-ink: #18232e;
  --c-muted: #556475;
  --c-faint: #708290;

  --c-red: #c73e3e;

  --on-green: rgba(245, 247, 250, 0.78);
  --line: rgba(24, 35, 46, 0.14);
  --line-strong: rgba(24, 35, 46, 0.32);
  --line-light: rgba(245, 247, 250, 0.22);

  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;

  --t-display: clamp(2.3rem, 1.4rem + 4.4vw, 4.8rem);   --lh-display: 1.06;
  --t-h2: clamp(1.6rem, 1.28rem + 1.8vw, 2.7rem);       --lh-h2: 1.14;
  --t-h3: clamp(1.08rem, 1rem + 0.5vw, 1.32rem);        --lh-h3: 1.3;
  --t-body: clamp(1rem, 0.96rem + 0.25vw, 1.07rem);     --lh-body: 1.74;
  --t-small: 0.9125rem;
  --t-micro: 0.74rem;

  --sp-1: 0.5rem; --sp-2: 1rem; --sp-3: 1.5rem; --sp-4: 2rem; --sp-6: 3rem;
  --section-y: clamp(3.5rem, 2.5rem + 5vw, 7rem);
  --head-gap: clamp(2rem, 1.5rem + 3vw, 3.5rem);
  --wrap-max: 73rem;
  --wrap-x: clamp(1.25rem, 4vw, 3rem);

  --radius-s: 0.45rem; --radius-m: 0.85rem;
  --radius-l: clamp(0.85rem,1.7vw,1.25rem);
  --radius-pill: 999px;

  --duration-fast: 160ms;
  --duration-normal: 320ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --papier-rgb: 245, 247, 250;
  --buehne-rgb: 39, 74, 115;
  --c-sand-text: #4e6076;
  --c-on-stage: var(--c-paper);
  --schatten-rgb: 25, 48, 80;
}
