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

/* اعمال فونت به کل سایت */
body, p, h1, h2, h3, h4, h5, h6, a, span, div, .rev_slider, .tp-caption, .s7r-layer {
    font-family: 'Vazir', 'IRANSans', Tahoma, sans-serif !important;
}
