@font-face {
    font-family: 'WorkSans_reg';
    font-weight: 400;
    font-display: swap;
    src: url(worksans/WorkSans-Regular.woff2);
}

@font-face {
    font-family: 'WorkSans_light';
    font-weight: 300;
    font-display: swap;
    src: url(worksans/WorkSans-Light.woff2);
}

@font-face {
    font-family: 'WorkSans_bold';
    font-weight: 700;
    font-display: swap;
    src: url(worksans/WorkSans-Bold.woff2);
}

@font-face {
    font-family: 'ExatWideLight';
    font-display: swap;
    font-weight: 300;
    src: url(exatwide/ExatWide-Light.woff) format(woff), url(exatwide/ExatWide-Light.woff2) format(woff2);
}

@font-face {
    font-family: 'ExatWideRegular';
    font-display: swap;
    font-weight: 400;
    src: url(exatwide/ExatWide-Regular.woff) format(woff), url(exatwide/ExatWide-Regular.woff2) format(woff2);
}