/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* YOUR CUSTOM FONTS CAN BE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/
/* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'basic_title_fontregular';
    src: url('basictitlefont-webfont.eot');
    src: url('basictitlefont-webfont.eot?#iefix') format('embedded-opentype'),
         url('basictitlefont-webfont.woff2') format('woff2'),
         url('basictitlefont-webfont.woff') format('woff'),
         url('basictitlefont-webfont.ttf') format('truetype'),
         url('basictitlefont-webfont.svg#basic_title_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Playfair Display', serif;
	src: url (http://fonts.googleapis.com/css?family=Playfair+Display:400italic);
}

@font-face {
		font-family: 'Varela', sans-serif;
		src: url(http://fonts.googleapis.com/css?family=Varela);
}

@font-face {
    font-family: 'didot-italic', serif;
    src: url('didot-lt-std-italic-webfont.eot?#iefix');
    src: url('didot-lt-std-italic-webfont.eot') format('embedded-opentype'),
         url('didot-lt-std-italic-webfont.woff') format('woff'),
         url('didot-lt-std-italic-webfont.ttf') format('truetype'),
         url('didot-lt-std-italic-webfont.svg#didot-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
