@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/assets/template/fonts/Bebas_Neue/BebasNeueCyrillic.ttf') format('truetype');
}
@font-face {
    font-family: 'Golos Text';
    src: url('/assets/template/fonts/Golos_Text/static/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/assets/template/fonts/Golos_Text/static/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/assets/template/fonts/Golos_Text/static/GolosText-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/assets/template/fonts/Golos_Text/static/GolosText-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/assets/template/fonts/Golos_Text/static/GolosText-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/assets/template/fonts/Golos_Text/static/GolosText-Black.ttf') format('truetype');
    font-weight: 900;
}