/* Geist Variable Font (empfohlen - unterstützt alle Gewichte) */
@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/GeistWebfonts/Geist[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Fallback für ältere Browser */
@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/GeistWebfonts/Geist-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/GeistWebfonts/Geist-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/GeistWebfonts/Geist-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/GeistWebfonts/Geist-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

main {
    flex: 1;
}

/* Dark/Light base */
body.dark-bg::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    background: #011222;
}

body.light-bg::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    background: #F8FEFF;
}
