@font-face {
    font-family: 'Golos';
    font-weight: 400;
    src: local('Golos'), url(GolosText-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Golos';
    font-weight: 100;
    src: local('Golos'), url(GolosText-VariableFont_wght.ttf) format('truetype')
}

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

@font-face {
    font-family: 'Golos';
    font-weight: 600;
    src: local('Golos'), url(GolosText-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Golos';
    font-weight: 700;
    src: local('Golos'), url(GolosText-Bold.ttf) format('truetype')
}

@font-face {
    font-family: 'Golos';
    font-weight: 800;
    src: local('Golos'), url(GolosText-ExtraBold.ttf) format('truetype')
}

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