@font-face { 
    font-family: 'GolosText'; 
    font-weight: 400; 
    font-style: normal; 
    font-display: swap;
    /* Read next point */ 
    unicode-range: U+000-5FF;
    /* Download only latin glyphs */ 
    src: local('GolosText'), url("/css/fonts/GolosText-VariableFont_wght.ttf") format('truetype');
}


@font-face {
    font-family: 'centurygothic'; 
    font-weight: 400; 
    font-style: normal; 
    font-display: swap;
    /* Read next point */ 
    unicode-range: U+000-5FF;
    /* Download only latin glyphs */ 
    src: local('centurygothic'), url("/css/fonts/centurygothic.ttf") format('truetype');
}