/**
 * Self-Hosted Fonts für reConnect
 * DSGVO-konform (keine Google Fonts)
 * 
 * Schriften:
 * - Urbanist (Headlines): 700, 800, 900
 * - Outfit (Body): 300, 400, 500, 600, 700
 */

/* ===== URBANIST (Headlines) ===== */

/* Urbanist Bold 700 */
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('urbanist/urbanist-v18-latin_latin-ext-700.woff2') format('woff2');
}

/* Urbanist ExtraBold 800 */
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('urbanist/urbanist-v18-latin_latin-ext-800.woff2') format('woff2');
}

/* Urbanist Black 900 */
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('urbanist/urbanist-v18-latin_latin-ext-900.woff2') format('woff2');
}

/* ===== OUTFIT (Body) ===== */

/* Outfit Light 300 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('outfit/outfit-v15-latin_latin-ext-300.woff2') format('woff2');
}

/* Outfit Regular 400 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('outfit/outfit-v15-latin_latin-ext-regular.woff2') format('woff2');
}

/* Outfit Medium 500 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('outfit/outfit-v15-latin_latin-ext-500.woff2') format('woff2');
}

/* Outfit SemiBold 600 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('outfit/outfit-v15-latin_latin-ext-600.woff2') format('woff2');
}

/* Outfit Bold 700 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('outfit/outfit-v15-latin_latin-ext-700.woff2') format('woff2');
}