/* Lokal gehostete Schriften – kein Aufruf an Google-Server, siehe datenschutz.html */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/caveat-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/fraunces-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 350 700;
  font-display: swap;
  src: url("../fonts/karla-variable.woff2") format("woff2");
}

:root {
  /* Farbpalette – abgeleitet vom Flyer-Grün, warme Naturtöne statt Neon/Corporate */
  --gruen-dunkel: #2f4b32;
  --gruen-mittel: #5c8a5a;
  --gruen-hell: #a9c79a;
  --gruen-blass: #e4ecdb;
  --creme: #f7f3e9;
  --erdbraun: #8b5e3c;
  --anthrazit: #33362e;
  --gelb-akzent: #e8b23d;
  --weiss: #fffdf7;

  /* Typografie */
  --font-hand: "Caveat", cursive;
  --font-headline: "Fraunces", "Georgia", serif;
  --font-text: "Karla", "Segoe UI", sans-serif;

  /* Abstände */
  --abstand-xs: 0.5rem;
  --abstand-s: 1rem;
  --abstand-m: 1.75rem;
  --abstand-l: 3rem;
  --abstand-xl: 5rem;

  /* Sonstiges */
  --radius-karte: 1.25rem;
  --schatten-weich: 0 12px 30px -14px rgba(47, 75, 50, 0.35);
  --max-breite: 1180px;
}
