@font-face {
    font-family: 'Work Sans';
    src: url('/gfonts/WorkSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100, 300, 400, 500, 700,900;
    display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/gfonts/Roboto-Black.ttf') format('truetype');
    font-weight: 100, 300, 400, 500, 700;
    display: swap;

}