/*FONT 1 : titre et intertitres*/
@font-face {
    font-family: 'assyrian_estrangelaregular';
    src: url('../fonts/assyrian_estrangela_2-webfont.woff2') format('woff2'),
         url('../fonts/assyrian_estrangela_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*FONT 2 : citations */
@font-face {
    font-family: 'assyrian_italicitalic';
    src: url('../fonts/assyrian_italic_0-webfont.woff2') format('woff2'),
         url('../fonts/assyrian_italic_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*FONT 3 : tout le reste*/
@font-face {
    font-family: 'assyrianregular';
    src: url('../fonts/dannewaramaic__0-webfont.woff2') format('woff2'),
         url('../fonts/dannewaramaic__0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*FONT 3 : tout le reste*/
*,
body,
.editor-wysiwyg,
body .btn {
	font-family: 'assyrianregular' !important;
}

/*FONT 1 : titre et intertitres*/
body .title-slider-news,
body .editor-wysiwyg h3,
body .editor-wysiwyg h2,
body.editor-wysiwyg h4,
body .main-title-1,
body .main-title-2,
body .main-title-3 {
	font-family: 'assyrian_estrangelaregular' !important;
}
			
/*FONT 2 : citations */			
body .editor-wysiwyg blockquote,
body .editor-wysiwyg q,
body .editor-wysiwyg blockquote *,
body .editor-wysiwyg q * {
	font-family: 'assyrian_italicitalic' !important;
}

