/* =====================================================
   SELF-HOSTED FONTS
   -----------------------------------------------------
   Served from app/static/fonts/ instead of Google Fonts.
   Removes the external request (POPIA / SA-residency win),
   the Sub-Resource-Integrity finding, and the googleapis/
   gstatic CSP allowances. Both fonts are SIL Open Font
   License (free to self-host).
   - Great Vibes      → brand wordmark
   - DM Serif Display → rubric assessment headings
===================================================== */

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/great-vibes.woff2") format("woff2");
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/dm-serif-display.woff2") format("woff2");
}
