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

/*************** ADD CUSTOM CSS HERE.   ***************/
h1
{
	font-family: sans-serif !important;
}
h2{
	font-family: sans-serif !important;
}
h3{
	font-family: sans-serif !important;
}
h4{
	font-family: sans-serif !important;
}
h5{
	font-family: sans-serif !important;
}
h6{
	font-family: sans-serif !important;
}
li
{
	font-family: sans-serif !important;
}
p{
	font-family: Helvetica;
}
input{
	font-family: Helvetica;
}
a{
	font-family: sans-serif !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}