/**
 * assets/css/fonts.css
 * Self-hosted Noto Kufi Arabic — ported 1:1 from de_dilman_dev (Ausbildung
 * Portal) so Dilman PDF Editor shares the exact same type system as the
 * rest of dilman.dev. Files live in assets/fonts/ (see OFL.txt there for
 * license). Loaded by includes/header.php.
 */
@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/assets/fonts/NotoKufiArabic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/assets/fonts/NotoKufiArabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
