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

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

:root {
    --font-primary: 'AntonSC', sans-serif !important;
    --wp--preset--font-family--body: 'AntonSC', sans-serif !important;
}