/**
 * Font Declarations for DeB Scoring Tool
 * Fonts: Roboto, Roboto Slab, Sora
 * 
 * Die Font-Dateien wurden automatisch von Google Fonts heruntergeladen
 * und befinden sich in den entsprechenden Unterordnern.
 */

/* Roboto Regular (400) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/Fonts/Roboto/Roboto-Regular.woff2') format('woff2');
}

/* Roboto Medium (500) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/Fonts/Roboto/Roboto-Medium.woff2') format('woff2');
}

/* Roboto Bold (700) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/Fonts/Roboto/Roboto-Bold.woff2') format('woff2');
}

/* Roboto Slab Bold (700) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/Fonts/RobotoSlab/RobotoSlab-Bold.woff2') format('woff2');
}

/* Sora Regular (400) */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/Fonts/Sora/Sora-Regular.woff2') format('woff2');
}

/* 
 * Hinweis: WOFF2 wird von allen modernen Browsern unterstützt:
 * - Chrome 36+
 * - Firefox 39+
 * - Safari 10+
 * - Edge 14+
 * 
 * Für ältere Browser könnte ein Fallback auf Google Fonts CDN hinzugefügt werden.
 */
