/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "Arima";
  src: url(/wp-content/themes/flatsome-child/fonts/Arima-Light.ttf);
}
@font-face {
  font-family: "svn-gotham";
  src: url(/wp-content/themes/flatsome-child/fonts/Gotham-Bold.ttf);
}
@font-face {
  font-family: "Arima";
  src: url(/wp-content/themes/flatsome-child/fonts/Arima-Light.ttf);
}
@font-face {
  font-family: "svn-gothambold";
  src: url(/wp-content/themes/flatsome-child/fonts/Gotham-Bold.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/flatsome-child/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "svn-gotham";
  src: url(/wp-content/themes/flatsome-child/fonts/GothamLight.ttf);
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: svn-gothambold!important;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}



