/* Основные шрифты */

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro.ttf');
}
@font-face {
    font-family: 'GothamPro';
    font-weight: bold;
    src: url('../fonts/GothamPro-Bold.ttf');
}
@font-face {
    font-family: 'GothaProBlack';
    src: url('../fonts/GothaProBlack.otf');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.ttf');
}
