@font-face {
    font-family: 'Golos-Text-Black';
    src: url('GolosText-Black.woff2') format('woff2'),
        url('GolosText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos-Text-Semibold';
    src: url('GolosText-SemiBold.woff2') format('woff2'),
        url('GolosText-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos-Text-Bold';
    src: url('GolosText-Bold.woff2') format('woff2'),
        url('GolosText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos-Text';
    src: url('GolosText-Regular.woff2') format('woff2'),
        url('GolosText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos-Text-Extrabold';
    src: url('GolosText-ExtraBold.woff2') format('woff2'),
        url('GolosText-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos-Text-Medium';
    src: url('GolosText-Medium.woff2') format('woff2'),
        url('GolosText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.font-golos-black, .font-golos-black a, .font-golos-black span{
    font-family: 'Golos-Text-Black';
}

.font-golos-semibold, .font-golos-semibold a, .font-golos-semibold span{
    font-family: 'Golos-Text-Semibold';
}

.font-golos-bold, .font-golos-bold a, .font-golos-bold span{
    font-family: 'Golos-Text-Bold';
}

.font-golos, .font-golos a, .font-golos span{
    font-family: 'Golos-Text';
}

.font-golos-xbold, .font-golos-xbold a, .font-golos-xbold span{
    font-family: 'Golos-Text-Extrabold';
}

.font-golos-medium, .font-golos-medium a, .font-golos-medium span{
    font-family: 'Golos-Text-medium';
}