/* Fontes auto-hospedadas (sem chamada externa a CDN de fontes) */

@font-face {
    font-family: 'Big Shoulders Display';
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url('/assets/fonts/big-shoulders-display.woff2') format('woff2');
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/assets/fonts/figtree.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/space-mono-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/space-mono-bold.woff2') format('woff2');
}
