@font-face {
    font-family: 'Golos UI';
    src:
            url('Golos-UI_Bold.woff2') format('woff2'),
            url('Golos-UI_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Golos UI';
    src:
            url('Golos-UI_Medium.woff2') format('woff2'),
            url('Golos-UI_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos UI';
    src:
            url('Golos-UI_Regular.woff2') format('woff2'),
            url('Golos-UI_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Golos UI VF';
    src:
            url('Golos-UI_VF.woff2') format('woff2'),
            url('Golos-UI_VF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}