@font-face {
    font-family: "GolosUI";
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/golos-ui_regular.woff2)format("woff2"), url(./fonts/golos-ui_regular.woff)format("woff");
    font-style: normal
}

@font-face {
    font-family: "GolosUI";
    font-weight: 500;
    font-display: swap;
    src: url(./fonts/golos-ui_medium.woff2)format("woff2"), url(./fonts/golos-ui_medium.woff)format("woff");
    font-style: normal
}

@font-face {
    font-family: "GolosUI";
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/golos-ui_bold.woff2)format("woff2"), url(./fonts/golos-ui_bold.woff)format("woff");
    font-style: normal
}