/*
 * Fuentes locales OB3 Tour (RGPD: servidas desde el propio dominio, no Google CDN).
 *
 * PENDIENTE: colocar los .woff2 en assets/fonts/:
 *   - Anton-Regular.woff2
 *   - WorkSans-Regular.woff2, WorkSans-SemiBold.woff2, WorkSans-Bold.woff2
 *   - JetBrainsMono-Regular.woff2
 * Hasta entonces, el tema usa los fallback del stack (system fonts).
 */

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

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
