/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
@font-face { 
	font-family: 'Nunito'; 
	src: url("../fonts/Nunito-Regular.ttf") format("truetype"); 
	font-weight: normal; 
	font-style: normal; 
}

/* @font-face { font-family: 'Nunito'; src: url("../fonts/Nunito-Bold.eot"); src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/Nunito-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } */
@font-face { 
	font-family: 'Nunito'; 
	src: url("../fonts/Nunito-Bold.ttf") format("truetype"); 
	font-weight: bold; 
	font-style: normal; 
}

.mz-tracking-wide {
	letter-spacing: 0.02em;
}

.mz-bg {
	background: radial-gradient(#FFFFFF, #FFFFFF 20%, #CCCCDD);
}


@media (max-width: 575px) {
    .mz-logo {
        width:60% !important;
    }
}