@font-face {
    font-family: 'Golos-normal';
    src: url('../fonts/Golos-Text_Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Golos-bold';
    src: url('../fonts/GolosText-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Golos-black';
    src: url('../fonts/GolosText-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Golos-demi';
    src: url('../fonts/Golos-Text_DemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Golos-medium';
    src: url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Golos-text';
    src: url('../fonts/Golos-Text_VF.ttf') format('truetype');
    font-weight: 100 900;
}

@font-face {
    font-family: 'Golos-semi-bold';
    src: url('../fonts/GolosText-SemiBold.ttf') format('truetype');
    font-weight: 700;
}