/* Van's DIY & Bastelbedarf — Design-System Farbwerte 1:1 aus dem Vault: "Van Van – Homepage/02 Logo & Branding/Branding.md" Nicht ohne Rücksprache ändern — sind bereits WCAG-kontrastgeprüft. */ /* Fonts: aktuell per Google-Fonts- in Layout.astro eingebunden (siehe dort). TODO Phase 2: Fraunces + Inter self-hosten (woff2, DSGVO/Performance), sobald Zeit ist — Vorgehen wie bei bild.py/fonts_holen.sh im Bild-KI-Projekt (CSS2-API abfragen, .woff2-URLs aus der Antwort extrahieren, lokal unter public/fonts/ ablegen, @font-face umstellen). */ :root { /* Farben */ --c-black: #0a0910; --c-anthracite: #1b1a22; --c-anthracite-light: #252333; --c-purple: #2e1b47; --c-purple-deep: #1b1226; --c-text: #f4f1f7; --c-text-muted: #b7aec4; --c-accent: #5fd3ec; --c-accent-hover: #3ca9c2; --c-sale: #e7879a; --c-purple-glow: #9b7fd6; /* heller Violett-Ton NUR für Verlaufs-Ränder/Deko, nicht für Text */ /* Typografie */ --font-head: "Fraunces", "Playfair Display", Georgia, serif; --font-body: "Inter", "Manrope", system-ui, sans-serif; /* Form */ --radius-s: 10px; --radius-m: 16px; --radius-l: 22px; --shadow-card: 0 12px 30px -12px rgba(46, 27, 71, 0.55); --shadow-card-hover: 0 18px 40px -12px rgba(95, 211, 236, 0.25); --ease: cubic-bezier(0.22, 1, 0.36, 1); --container: 1220px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } /* Für Screenreader vorhanden, visuell aber unsichtbar — für Formularfelder, die aus Platz-/ Layoutgründen keinen sichtbaren