/*
 * FMBolyarPro font files.
 *
 * The utility class below changes only the font family. Font size, weight,
 * line height, colour and other typography remain controlled by Gutenberg.
 */
@font-face {
    font-family: 'FMBolyarPro';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/FMBolyarPro-100.woff2') format('woff2');
}

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

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

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

/* Add this class in Gutenberg → Advanced → Additional CSS class(es). */
.font-fmbolyarpro {
    font-family: 'FMBolyarPro', Arial, sans-serif;
}
