@font-face {
    font-family: WorkSans;
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/WorkSans-Thin.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/WorkSans-ExtraLight.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/WorkSans-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/WorkSans-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/WorkSans-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/WorkSans-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/WorkSans-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/WorkSans-ExtraBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/WorkSans-Black.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 100;
    font-style: italic;
    src: url('/fonts/WorkSans-ThinItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 200;
    font-style: italic;
    src: url('/fonts/WorkSans-ExtraLightItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 300;
    font-style: italic;
    src: url('/fonts/WorkSans-LightItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/WorkSans-Italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 500;
    font-style: italic;
    src: url('/fonts/WorkSans-MediumItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 600;
    font-style: italic;
    src: url('/fonts/WorkSans-SemiBoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 700;
    font-style: italic;
    src: url('/fonts/WorkSans-BoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 800;
    font-style: italic;
    src: url('/fonts/WorkSans-ExtraBoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: WorkSans;
    font-weight: 900;
    font-style: italic;
    src: url('/fonts/WorkSans-BlackItalic.ttf');
    font-display: swap;
}