/* Selv-hostet Baloo 2 (i stedet for at hente den fra Google Fonts hver
   gang siden indlæses). De to .woff2-filer skal ligge i denne mappe -
   se DEPLOY.md eller README om hvordan du henter dem. */

@font-face {
    font-family: 'Baloo 2';
    src: url('/lektier/fonts/baloo2-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo 2';
    src: url('/lektier/fonts/baloo2-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
