/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@font-face {
	font-family: 'Mona Sans';
	src: url('./fonts/MonaSans-Regular.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Mona Sans';
	src: url('./fonts/MonaSans-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight:600;
}
@font-face {
	font-family: 'Mona Sans';
	src: url('./fonts/MonaSans-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight:700;
}
@font-face {
	font-family: 'Mona Sans';
	src: url('./fonts/MonaSans-ExtraBold.ttf') format('truetype');
	font-style: normal;
	font-weight:800;
}
@font-face {
	font-family: 'Mona Sans';
	src: url('./fonts/MonaSans-Light.ttf') format('truetype');
	font-style: normal;
	font-weight:300;
}
@font-face {
	font-family: 'Queens Variable';
	src: url('./fonts/Queens_Variable.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Queens Variable Italic';
	src: url('./fonts/Queens_Variable_Italic.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro';
	src: url('./fonts/SF-Pro.ttf') format('truetype');
	font-style: normal;
}