/*Шрифты*/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans.woff') format('woff'),
    url('../fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Cormorant*/
@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/CormorantInfant.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/*rouble*/
@font-face{
    font-family:rouble;
    src:url(../fonts/rouble/rouble.eot);
    src: local('☺'), url(../fonts/rouble/rouble.eot?#iefix) format('embedded-opentype'), url(../fonts/rouble/rouble.ttf) format('truetype');
}