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

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

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

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

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