/*
 * Design-Tokens (Farben, Schrift, Abstände).
 * Wird im Frontend UND im Block-Editor geladen.
 */

:root {
    --green: #21BA00;
    --green-dark: #2a8a29;
    --white: #ffffff;
    --dark: #1C1C1C;
    --gray: #555555;
    --light-gray: #F5F5F5;
    --font: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --nav-height: 76px;
    --topbar-height: 30px;
    --radius: 6px;
    --shadow: 0 4px 20px rgba(0,0,0,.10);
    --transition: .25s ease;
}
