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

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('fonts/SVN-Gilroy/SVN-Gilroy Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('fonts/SVN-Gilroy/SVN-Gilroy Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, span, b, strong{
  font-family: 'SVN-Gilroy', sans-serif;
}

/* Add others like Light, Medium, etc. as needed */





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


}