@font-face {
    font-family: 'WorkSansLight';
    src: url('/WorkSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSansRegular';
    src: url('/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSansSemiBold';
    src: url('/WorkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSansBold';
    src: url('/WorkSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}