/* Nunito Sans - lokal gehostet (DSGVO-konform, kein Google Fonts Request) */

/* Light 300 */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/nunito-sans-300.woff2') format('woff2');
}

/* Regular 400 */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/nunito-sans-400.woff2') format('woff2');
}

/* Regular 400 Italic */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/nunito-sans-400i.woff2') format('woff2');
}

/* SemiBold 600 */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/nunito-sans-600.woff2') format('woff2');
}

/* Bold 700 */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/nunito-sans-700.woff2') format('woff2');
}

/* Nunito (für Welcome-Seite) - gleiche Font-Familie, kompatibel */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/nunito-sans-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/nunito-sans-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/nunito-sans-700.woff2') format('woff2');
}
