/*
Theme Name:   Sonjas Tiertherapie
Description:  Astra Child Theme – Tierphysiotherapie Sonja's Tiertherapie (Schleswig-Holstein)
Author:       Sonja
Template:     astra
Version:      1.0.0
Text Domain:  sonjas-tiertherapie
*/

/* ============================================================
   DESIGN TOKENS  –  in allen Templates und Astra-Komponenten
   als CSS-Custom-Properties verfügbar
   ============================================================ */
:root {
  /* Markenfarben */
  --c-blue:        #0777BF;
  --c-blue-dark:   #044A77;
  --c-teal:        #63C0E3;
  --c-teal-pale:   #E0F4FB;
  --c-teal-muted:  #F0FAFE;
  --c-orange:      #FBBC42;
  --c-gray:        #7A7A7A;
  --c-gray-light:  #E0E0E0;
  --c-off-white:   #FCFCFC;

  /* Typografie */
  --ff-heading:    'DM Serif Display', serif;
  --ff-body:       'Nunito Sans', sans-serif;

  /* Layout */
  --container-max: 1180px;
  --section-py:    5rem;
}

/* Smooth Scroll global */
html {
  scroll-behavior: smooth;
}
