/*
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: 'VazirBold';
  src: url('/wp-content/themes/flatsome-child/fonts/Vazir-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.myfont {
  font-family: 'VazirBold', sans-serif !important;
}
@font-face {
  font-family: 'Vazir';
  src: url('/wp-content/themes/flatsome-child/fonts/Vazir-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, h1, h2, h3, h4, h5, h6, p, span, a, li, button, input, textarea {
  font-family: 'Vazir', sans-serif !important;
}
@font-face {
  font-family: 'Vazir';
  src: url('/wp-content/themes/flatsome-child/fonts/Vazir-Bold.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/fonts/Vazir-Bold.woff') format('woff');
}