/* Self-hosted fonts (latin subsets) — replaces fonts.googleapis.com so the app
   loads offline/PWA and never blocks on a third-party origin. */

@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('bangers-latin.woff2') format('woff2');
}

/* DM Sans variable font: one file covers weights 300-600 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('dmsans-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 100 1000;
    font-display: swap;
    src: url('dmsans-latin-italic.woff2') format('woff2');
}
