/*
 * UZH Corporate Design – Source Sans 3 (Styleguide v2.10.0).
 * Statisch ausserhalb des Vite-Builds eingebunden (app.blade.php), damit
 * Vite die public/-Pfade nicht aufzulösen versucht; gilt für Public- und
 * Admin-Welt gleichermassen.
 */

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url('../fonts/WOFF2/SourceSans3-Regular.otf.woff2') format('woff2'),
        url('../fonts/WOFF/SourceSans3-Regular.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:
        url('../fonts/WOFF2/SourceSans3-It.otf.woff2') format('woff2'),
        url('../fonts/WOFF/SourceSans3-It.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
        url('../fonts/WOFF2/SourceSans3-Semibold.otf.woff2') format('woff2'),
        url('../fonts/WOFF/SourceSans3-Semibold.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src:
        url('../fonts/WOFF2/SourceSans3-SemiboldIt.otf.woff2') format('woff2'),
        url('../fonts/WOFF/SourceSans3-SemiboldIt.otf.woff') format('woff');
}
