@font-face {
    font-family: 'Minion';
    src: url('../fonts/minion_cyrillic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriad_pro.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/ProximaNova-Reg.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-light';
    src: url('../fonts/ProximaNova-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-bold';
    src: url('../fonts/ProximaNova-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-x-bold';
    src: url('../fonts/ProximaNova-Xbold.otf');
    font-weight: bold;
    font-style: normal;
}
