/*
Theme Name:   Lebenszeit Child
Theme URI:    https://naturheilpraxis-lebenszeit.de
Description:  Child-Theme zu Kadence für die Naturheilpraxis Lebenszeit. Enthält Design-System, Mikroanimationen und lokal gehostete Schriften. Erstellt von Blooming Mind e.U.
Author:       Blooming Mind e.U.
Template:     kadence
Version:      0.9.3
Text Domain:  lebenszeit-child
*/

/* ============================================================
   DESIGN-TOKENS
   ============================================================ */
:root {
  --wein: #8B2252;
  --wein-dunkel: #5C1236;
  --rose: #C9748A;
  --blush: #F2DDE3;
  --creme: #FAF6F0;
  --salbei: #7A8C6E;
  --anthrazit: #2C2022;

  /* Abgeleitete Hilfstöne (aus dem Entwurf) */
  --blush-mid: #E8C9D0;
  --salbei-hell: #B5C4A8;
  --mid: #6B5057;     /* gedämpfter Fließtext */
  --white: #FFFFFF;
  --shadow: 0 4px 24px rgba(139, 34, 82, 0.10);

  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, sans-serif;

  /* Bewegungssprache */
  --anim-duration: 0.5s;
  --anim-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --anim-distance: 16px;
}

/* ============================================================
   BASIS-TYPOGRAFIE (greift Kadence-Defaults dezent auf)
   ============================================================ */
body {
  font-family: var(--font-body);
  color: var(--anthrazit);
  background: var(--creme);
}
h1, h2, h3, h4, .has-font-head {
  font-family: var(--font-head);
  color: var(--wein-dunkel);
}

/* Eigene Stile ab hier ergänzen (Hero, Karten, Buttons ...) */
