/* SSI Endoskeleton — Font Module: Rounded-Friendly (v5.0)
   Nunito rounded + Nunito body. Warm, freundlich, Playful. Inspiriert von borki.at. */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
:root {
  --font-heading: "Nunito", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
  --font-nav: "Nunito", system-ui, sans-serif;
  --display-weight: 700;
  --heading-weight: 600;
  --body-weight: 400;
  --fs-hero: clamp(2.25rem, 1.5rem + 4vw, 5rem);
  --fs-display: clamp(2.75rem, 2rem + 5vw, 6.5rem);
}
.hero-title { letter-spacing: -0.01em; line-height: 1.1; }
.hero-eyebrow { letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; font-size: 0.8rem; }
/* Pricing: leichtere Preise */
.pricing-card .price { font-weight: 600; }
