/*** ------------ fonts ------------ ***/

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

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-100/tt-fors-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-200/tt-fors-200.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-300/tt-fors-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-400/tt-fors-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-500/tt-fors-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-600/tt-fors-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-700/tt-fors-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-800/tt-fors-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'tt-fors';
    src: url('../style/fonts/tt-fors/tt-fors-900/tt-fors-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*** ------------ end.fonts ------------ ***/