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




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

