/**
 *Custom fonts css
 */
 
 /*------
 
 --------*/
@font-face {
	font-family: Oswald-Regular;
	src: url(../fonts/Oswald-Regular.ttf);
		  }
		  
@font-face {
	font-family: Nunito-Light;
	src: url(../fonts/Nunito-Light.ttf);
		  }
		  
@font-face {
	font-family: Nunito-Regular;
	src: url(../fonts/Nunito-Regular.ttf);
		  }
		  
@font-face {
	font-family: Champagne;
	src: url(../fonts/Champagne.ttf);
		  }
		 