/* Marken-DNA extrahiert aus lamolisana-forst.de (WordPress/Elementor), verifiziert per Screenshot + computed styles */

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/montserrat-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Farben */
  --color-accent: #ffc64c;      /* Mustard/Amber – Buttons, CTA, Akzent-Motiv */
  --color-accent-text: #8a5a00; /* dieselbe Familie, dunkler für WCAG-AA-Text auf Weiß (4.5:1) */
  --color-black: #000000;       /* Headlines */
  --color-text: #333333;        /* Fließtext */
  --color-bg: #ffffff;          /* Hintergrund */
  --color-bg-muted: #f7f7f7;    /* dezente Sektionsflächen */

  /* Typografie */
  --font-family: "Montserrat", sans-serif;
  --font-weight-light: 300;     /* Fließtext, Eyebrow-Labels */
  --font-weight-regular: 400;   /* Buttons */
  --font-weight-medium: 500;    /* Headlines */
  --font-weight-bold: 700;

  /* Radius / Schatten */
  --radius-button: 3px;
  --shadow-tinted: 0 8px 24px rgba(255, 198, 76, 0.25); /* getönter Schatten in Brand-Farbe statt Schwarz */
}
