/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 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: "Galano Grotesque DEMO Bold";
    src: url("../fonts/Galano Grotesque DEMO Bold");
    font-weight:400;
}

@font-face {
    font-family: "Eurostile";
    src: url("../fonts/Eurostile");
    font-weight:300,400,800;
}

p {
	font-family: Eurostile
}

h1 {
	font-family: Eurostile
}

@font-face {
    font-family: "Exo-Bold";
    src: url("../fonts/Exo-Bold");
    font-weight:400;
}