/* Silkscreen - self-hosted (no Google Fonts requests, GDPR-safe) */
@font-face {
    font-family: 'Silkscreen';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/fonts/silkscreen-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Silkscreen';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/static/fonts/silkscreen-700.woff2') format('woff2');
}
