/*
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.   ***************/
/* font start*/
@font-face {
  font-family: 'YekanBakh';
  src: url('/wp-content/themes/flatsome-child/fonts/Yekan-Bakh-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('/wp-content/themes/flatsome-child/fonts/Yekan-Bakh-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'YekanBakh', sans-serif;
  font-weight: 400;
}

strong, b {
  font-family: 'YekanBakh', sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'YekanBakh', sans-serif;
  font-weight: 700 !important;
}

/* font end*/

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


}