@font-face {
    font-family: 'SourGummy'; /*a name to be used later*/
    src: url('../fonts/SourGummy.ttf'); /*URL to font*/
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 0% 200%;
    font-display: swap;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}

@font-face {
    font-family: 'Comfortaa'; /*a name to be used later*/
    src: url('../fonts/Comfortaa.ttf'); /*URL to font*/
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 0% 200%;
    font-display: swap;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}