/* PflegegeldLupe — "Tannengrün auf warmem Papier" (Design-Plan 2026-08-08) */
@font-face {
  font-family: 'Lora'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/shared/fonts/Lora-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/shared/fonts/Lora-600.woff2') format('woff2');
}

:root {
  --accent: #1F5C4D;
  --accent-dark: #16453A;
  --ink-strong: #16302A;
  --ink: #2B3733;
  --ink-soft: #5A6862;
  --paper: #FBFAF7;
  --surface: #E7EEE9;
  --line: #DDE4DE;
  --rot: #B3261E;
  --ocker: #8A6D1D;
  --gruen: #2E7D4F;
  --font-display: 'Lora', Georgia, serif;
  --font-body: system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
}

/* Hero-Illustration bekommt die Scan-Signature */
.hero-visual { background: #fff; border: 1px solid var(--line); }
