/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM FONTS ARE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/
/* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/
/* Font: Montserrat Family */
/* Source: Google Web Fonts Library */
/* License Type: GPL */
/*--------------------------------------------------------*/
@font-face{ 
font-family:"MontserratBold";
src: url('Montserrat/Montserrat-Bold.eot'); 
src: 
url('Montserrat/Montserrat-Bold.woff') format('woff'), 
url('Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), 
url('Montserrat/Montserrat-Bold.ttf') format('truetype'), 
url('Montserrat/Montserrat-Bold.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"MontserratRegular";
src: url('Montserrat/Montserrat-Regular.eot'); 
src: 
url('Montserrat/Montserrat-Regular.woff') format('woff'), 
url('Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), 
url('Montserrat/Montserrat-Regular.ttf') format('truetype'), 
url('Montserrat/Montserrat-Regular.svg#webfont') format('svg'); 
}

/*--------------------------------------------------------*/
/* Font: Open Sans Family */
/* Source: Google Web Fonts Library */
/* License Type: GPL */
/*--------------------------------------------------------*/
@font-face{ 
font-family:"OpenSansRegular";
src: url('OpenSans/OpenSans-Regular.eot'); 
src: 
url('OpenSans/OpenSans-Regular.woff') format('woff'), 
url('OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), 
url('OpenSans/OpenSans-Regular.ttf') format('truetype'), 
url('OpenSans/OpenSans-Regular.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"OpenSansItalic";
src: url('OpenSans/OpenSans-Italic.eot'); 
src: 
url('OpenSans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), 
url('OpenSans/OpenSans-Italic.woff') format('woff'), 
url('OpenSans/OpenSans-Italic.ttf') format('truetype'), 
url('OpenSans/OpenSans-Italic.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"OpenSansBold";
src: url('OpenSans/OpenSans-Bold.eot'); 
src: 
url('OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
url('OpenSans/OpenSans-Bold.woff') format('woff'), 
url('OpenSans/OpenSans-Bold.ttf') format('truetype'), 
url('OpenSans/OpenSans-Bold.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"OpenSansLight";
src: url('OpenSans/OpenSans-Light.eot'); 
src: 
url('OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), 
url('OpenSans/OpenSans-Light.woff') format('woff'), 
url('OpenSans/OpenSans-Light.ttf') format('truetype'), 
url('OpenSans/OpenSans-Light.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"OpenSansLightItalic";
src: url('OpenSans/OpenSans-LightItalic.eot'); 
src: 
url('OpenSans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), 
url('OpenSans/OpenSans-LightItalic.woff') format('woff'), 
url('OpenSans/OpenSans-LightItalic.ttf') format('truetype'), 
url('OpenSans/OpenSans-LightItalic.svg#webfont') format('svg'); 
}

/*--------------------------------------------------------*/
/* Font: Raleway Family */
/* Source: FontSquirrel Library */
/* License Type: GPL */
/*--------------------------------------------------------*/
@font-face{ 
font-family:"RalewayRegular";
src: url('raleway/Raleway-Regular.eot'); 
src: 
url('raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'), 
url('raleway/Raleway-Regular.woff') format('woff'), 
url('raleway/Raleway-Regular.ttf') format('truetype'), 
url('raleway/Raleway-Regular.svg#webfont') format('svg'); 
}
@font-face{ 
font-family:"RalewayLight";
src: url('raleway/Raleway-Light-webfont.eot'); 
src: 
url('raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'), 
url('raleway/Raleway-Light.woff') format('woff'), 
url('raleway/Raleway-Light.ttf') format('truetype'), 
url('raleway/Raleway-Light.svg#webfont') format('svg'); 
}
@font-face{ 
font-family:"RalewayBold";
src: url('raleway/Raleway-Bold.eot'); 
src: 
url('raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'), 
url('raleway/Raleway-Bold.woff') format('woff'), 
url('raleway/Raleway-Bold.ttf') format('truetype'), 
url('raleway/Raleway-Bold.svg#webfont') format('svg'); 
}
@font-face{ 
font-family:"RalewayThin";
src: url('raleway/Raleway-Thin.eot'); 
src: 
url('raleway/Raleway-Thin.eot?#iefix') format('embedded-opentype'), 
url('raleway/Raleway-Thin.woff') format('woff'), 
url('raleway/Raleway-Thin.ttf') format('truetype'), 
url('raleway/Raleway-Thin.svg#webfont') format('svg'); 
}