/*
Theme Name: melissa Child

Template: melissa
Version: 2.0.2
*/

/* CUSTOM FONTS */

@font-face {
	font-family: fblack;
	src: url('/wp-content/webfonts/fblack.woff') format('woff'), 
		 url('/wp-content/webfonts/fblack.ttf') format('truetype');
		font-weight: 900;
		font-style: normal;
}

@font-face {
	font-family: fbold;
	src: url('/wp-content/webfonts/fbold.woff') format('woff'), 
		 url('/wp-content/webfonts/fbold.ttf') format('truetype'); 
		font-weight: 700;
		font-style: normal;
}

@font-face {
	font-family: fregular;
	src: url('/wp-content/webfonts/fregular.woff') format('woff'), 
		 url('/wp-content/webfonts/fregular.ttf') format('truetype'); 
		font-weight: 400;
		font-style: normal;
}


@font-face {
	font-family: flight;
	src: url('/wp-content/webfonts/flight.woff') format('woff'), 
		 url('/wp-content/webfonts/flight.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
}