/* ============================================
   FONT LOADING - Biokohle Ladbergen
   Space Grotesk (Google Fonts, OFL License)
   Variable font with weights 400 + 500
   ============================================ */

/* Latin-ext (covers German umlauts) */
@font-face {
    font-family: 'Space Grotesk';
    src: url('SpaceGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('SpaceGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F;
}

/* Kaushan Script — Logo-nahe Brush-Script for accent headings */
@font-face {
    font-family: 'Kaushan Script';
    src: url('KaushanScript-Regular-ext.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02BA, U+1D00-1DBF, U+1E00-1E9F;
}

@font-face {
    font-family: 'Kaushan Script';
    src: url('KaushanScript-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* Niconne — Flowing brush script, close to Biokohle logo */
@font-face {
    font-family: 'Niconne';
    src: url('Niconne-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Satisfy — Warm connected brush script */
@font-face {
    font-family: 'Satisfy';
    src: url('Satisfy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Plus Jakarta Sans — Modern geometric sans, warm character */
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Sora — Geometric sans, tech-modern feel */
@font-face {
    font-family: 'Sora';
    src: url('Sora-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
