/*
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  ***************/


}
@import "https://fonts.googleapis.com/css2?family=Mochiy+Pop+One:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap";

body{
	font-family: "Mochiy Pop One", sans-serif !important;
}

h1{
	font-family: "Mochiy Pop One", sans-serif !important;
}
h2{
	font-family: "Mochiy Pop One", sans-serif !important;
}
h3{
	font-family: "Mochiy Pop One", sans-serif !important;
}

h4{
	font-family: "Mochiy Pop One", sans-serif !important;
}

a{
	font-family: "Mochiy Pop One", sans-serif !important;
}