/* assets/css/variables.css */
:root {
    /* Brand */
    --ebrc-blue: #406bb2;
    --ebrc-green: #63b766;

    /* Typography */
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Raleway", sans-serif;

    /* Layout system */
    --header-height: 72px;          /* reine Zahl, kein Fix */
    --header-offset: 72px;          /* für Scroll / Anchor */
    --section-padding-y: 60px;

    /* Z-Index system (extrem wichtig für Nav / Hero / Anchor) */
    --z-header: 1030;
    --z-overlay: 1020;
    --z-content: 1;
}
