@font-face {
    font-family: 'Golos-Medium';
    src: url('../fonts/Golos/GolosText-Medium.eot');
    src: local('Golos Text Medium'), local('GolosText-Medium'),
        url('../fonts/Golos/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Golos/GolosText-Medium.woff2') format('woff2'),
        url('../fonts/Golos/GolosText-Medium.woff') format('woff'),
        url('../fonts/Golos/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos-DemiBold';
    src: url('../fonts/Golos/GolosText-DemiBold.eot');
    src: local('Golos Text DemiBold'), local('GolosText-DemiBold'),
        url('../fonts/Golos/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Golos/GolosText-DemiBold.woff2') format('woff2'),
        url('../fonts/Golos/GolosText-DemiBold.woff') format('woff'),
        url('../fonts/Golos/GolosText-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Golos-Bold';
    src: url('../fonts/Golos/GolosText-Bold.eot');
    src: local('Golos Text Bold'), local('GolosText-Bold'),
        url('../fonts/Golos/GolosText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Golos/GolosText-Bold.woff2') format('woff2'),
        url('../fonts/Golos/GolosText-Bold.woff') format('woff'),
        url('../fonts/Golos/GolosText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Golos-Regular';
    src: url('../fonts/Golos/GolosText-Regular.eot');
    src: local('Golos Text Regular'), local('GolosText-Regular'),
        url('../fonts/Golos/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Golos/GolosText-Regular.woff2') format('woff2'),
        url('../fonts/Golos/GolosText-Regular.woff') format('woff'),
        url('../fonts/Golos/GolosText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}