/**
 * Generated by brand-pipeline-37
 * Source: MACHINE.json -> visualIdentity
 * Project: dieAbnehmstation
 * Generated: 2026-03-29
 *
 * DO NOT EDIT MANUALLY — regenerate via /brand-pipeline-37
 */

/* === Layer 1: Primitives === */
:root {
  /* Brand Colors (Primary) */
  --p-forest: #1A4D2E;
  --p-forest-light: #2D6B42;
  --p-emerald: #3D9B4F;
  --p-emerald-light: #4DB86A;

  /* Secondary Colors */
  --p-lime: #7BC142;
  --p-lime-light: #96D465;
  --p-lime-pale: #E8F5DE;

  /* Accent Colors */
  --p-sky: #4B9FD5;
  --p-sky-light: #6BB5E1;
  --p-sky-pale: #E3F1FA;

  /* Neutral Colors */
  --p-cream: #F5F2ED;
  --p-warm-white: #FAFAF7;
  --p-peach: #E8C5B0;
  --p-wood: #C4A882;
  --p-text-primary: #1A1A1A;
  --p-text-secondary: #4A5568;
  --p-text-tertiary: #8A96AE;

  /* Semantic Colors */
  --p-success: #3D9B4F;
  --p-error: #E05252;
  --p-warning: #F5A623;
  --p-info: #4B9FD5;

  /* Gradients */
  --g-hero: linear-gradient(135deg, #1A4D2E 0%, #2D6B42 40%, #3D9B4F 100%);
  --g-hero-overlay: linear-gradient(180deg, rgba(26,77,46,0.85) 0%, rgba(61,155,79,0.6) 100%);
  --g-cta: linear-gradient(135deg, #7BC142 0%, #3D9B4F 100%);
  --g-trust: linear-gradient(135deg, #4B9FD5 0%, #2D6B42 100%);
  --g-warm: linear-gradient(180deg, #F5F2ED 0%, #FAFAF7 100%);
  --g-card: linear-gradient(180deg, #FFFFFF 0%, #F5F2ED 100%);

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(26,77,46,0.06);
  --shadow-md: 0 4px 12px rgba(26,77,46,0.08);
  --shadow-lg: 0 12px 24px rgba(26,77,46,0.1);
  --shadow-glow-green: 0 0 24px rgba(61,155,79,0.25);
  --shadow-glow-blue: 0 0 20px rgba(75,159,213,0.2);
}

/* === Layer 2: Semantics === */
:root {
  /* Font Families */
  --font-display: 'Nunito Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-accent: 'Nunito Sans', sans-serif;

  /* Type Scale */
  --text-h1: clamp(2.5rem, 4vw, 4rem);
  --text-h2: clamp(1.8rem, 3vw, 2.8rem);
  --text-h3: clamp(1.3rem, 2.2vw, 1.8rem);
  --text-h4: clamp(1.1rem, 1.5vw, 1.3rem);
  --text-body: 1.125rem;
  --text-body-sm: 0.9375rem;
  --text-caption: 0.8125rem;

  /* Font Weights */
  --weight-h1: 800;
  --weight-h2: 700;
  --weight-h3: 600;
  --weight-h4: 600;
  --weight-body: 400;

  /* Line Heights */
  --leading-h1: 1.15;
  --leading-h2: 1.2;
  --leading-h3: 1.3;
  --leading-h4: 1.35;
  --leading-body: 1.6;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-section: clamp(4rem, 8vw, 8rem);

  /* Border Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
}
