/*
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: 'SVN Gallery Modern';
  src: url('/wp-content/themes/flatsome-child/fonts/svn-gallery-modern.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.gift-title {
  font-family: 'SVN Gallery Modern', serif !important;
}




@font-face {
  font-family: 'FzPoppins';
  src: url('/wp-content/themes/flatsome-child/fonts/fz-poppins-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
textarea,
p,
h1, h2, h3, h4, h5, h6,
a,
span,
ul,
li {
  font-family: 'FzPoppins', sans-serif !important;
} */