/*
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: Poppins-Medium;
  src: url(/wp-content/themes/flatsome-child/font/fonts/SVN-Poppins-Medium.otf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(/wp-content/themes/flatsome-child/font/fonts/SVN-Poppins-SemiBold.otf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(/wp-content/themes/flatsome-child/font/fonts/SVN-Poppins-Bold.otf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(/wp-content/themes/flatsome-child/font/fonts/SVN-Poppins-Regular.otf);
}


h1, h2, h3, h4, h5, h6, .heading-font { font-family: Poppins-Bold !important; font-weight: 400 !important; }

body, p, .nav>li>a, .nav-sidebar.nav-vertical>li>a, th, td {font-family: Poppins-Regular !important; font-weight: 400 !important; } 
	