/* stylelint-disable property-disallowed-list */

/* work-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url('../fonts/WorkSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/WorkSans-Regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/WorkSans-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url('../fonts/WorkSans-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/WorkSans-Medium.woff') format('woff'), /* Modern Browsers */
        url('../fonts/WorkSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
        url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/WorkSans-SemiBold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
        url('../fonts/WorkSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/WorkSans-Bold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/WorkSans-Bold.ttf') format('truetype');
}
