@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700,800&display=swap&subset=cyrillic');

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

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/ubuntu-m.eot');
    src: url('../fonts/ubuntu-m.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntu-m.woff2') format('woff2'),
    url('../fonts/ubuntu-m.woff') format('woff'),
    url('../fonts/ubuntu-m.ttf') format('truetype'),
    url('../fonts/ubuntu-m.svg#ubuntu-m') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/ubuntu-l.eot');
    src: url('../fonts/ubuntu-l.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntu-l.woff2') format('woff2'),
    url('../fonts/ubuntu-l.woff') format('woff'),
    url('../fonts/ubuntu-l.ttf') format('truetype'),
    url('../fonts/ubuntu-l.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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