/* Quelle: https://lehrerweb.wien/service/downloads-1 ("Prima" – neue Schulschrift), Lizenz CC BY-NC-SA 4.0. Nur für den Buchstabentrainer-Übungsbildschirm gedacht, siehe Klasse .schulschrift. */

@font-face {
    font-family: 'Prima';
    src: url('/fonts/schulschrift/Prima-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prima Cursive';
    src: url('/fonts/schulschrift/Prima-Cursive.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.schulschrift,
.schulschrift .mud-typography,
.schulschrift .mud-button-label,
.schulschrift .mud-chip-content {
    font-family: 'Prima', 'Fredoka', 'Comic Sans MS', 'Trebuchet MS', sans-serif !important;
}
