/* Self-hosted fonts (replaces Google Fonts @import previously in theme.css / style.css).
   Served locally -> removes the render-blocking fonts.googleapis.com request. */
/* Open Sans variable (latin) - covers weights 300-700 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-variable.woff2') format('woff2');
}
/* Montserrat variable (latin) - covers weights 400-700 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-1.woff2') format('woff2');
}
