/*
Theme Name: Elessi Child Theme
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
@font-face {
    font-family: 'iransansxv';
    src: url('./fonts/iransansxv.woff2') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('./fonts/iransansxv.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: auto;

}
body,button,input,p,a,ul,li,h1,h2,h3,h4,h5,h6 {
    font-family:iransansxv !important;
	letter-spacing: 0px !important;
}
*{
  font-family: iransansxv;
  letter-spacing: 0px !important;
}
.dig_ma-box, .dig_ma-box *, .dig_ma-box ::placeholder, .dig_ma-box button, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box label, .dig_ma-box select {
	
	font-family:iransansxv !important;
}
.mobile_field , .mobile_format, .dig-mobmail {
	font-family:iransansxv !important;
}
.nasa-wrap-popup-nodes {
-webkit-mask-image : none !important;
}