
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../Fonts/WorkSans-Thin.ttf") format('truetype');
}
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../Fonts/WorkSans-ExtraLight.ttf") format('truetype');
}
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../Fonts/WorkSans-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../Fonts/WorkSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../Fonts/WorkSans-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../Fonts/WorkSans-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../Fonts/WorkSans-ExtraBold.ttf") format('truetype');
}