
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.16.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@font-face {
  font-family: 'NeoSansArabic';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('fonts/NeoSansArabic.eot');
  src: url('fonts/NeoSansArabic.eot?#iefix') format('embedded-opentype'),
       url('fonts/NeoSansArabic.woff') format('woff'),
       url('fonts/NeoSansArabic.ttf') format('truetype'),
       url('fonts/NeoSansArabic.NeoSansArabic') format('svg');
}

body, h1,h2,h3,h4,h5,.nav > li > a {
  font-family: "NeoSansArabic", tahoma !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}