@font-face { 
    font-family: "Golos";
    src: url('/assets/fonts/golos/Golos-Text_Regular.woff2') format('woff2'),
         url("/assets/fonts/golos/Golos-Text_Regular.woff") format("woff"),
         url("/assets/fonts/golos/Golos-Text_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: "Golos-medium";
    src: url('/assets/fonts/golos/Golos-Text_Medium.woff2') format('woff2'),
         url("/assets/fonts/golos/Golos-Text_Medium.woff") format("woff"),
         url("/assets/fonts/golos/Golos-Text_Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: "Golos-text";
    src: url("/assets/fonts/golos/GolosText-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body, p, a, span {font-family: "Golos";}
.font-normal {font-family: "Golos";font-weight:normal;}
h1, h2, h3, h5, h6, b, strong {font-family: "Golos-medium";color:#3E3E4E;}
