/* Self-hosted Outfit (headlines) + Inter (body).
   Drop the actual .woff2 files into /assets/fonts/ — same names as below.
   The build script fetches them from Google Fonts during the .wpress build. */

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('./outfit-variable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('./inter-variable.woff2') format('woff2-variations');
}
