/*===================================================================================*/
/* Blue Color
/*===================================================================================*/

@font-face {
font-family: 'peyda' ;
font-style: normal;
font-weight: bold;
font-display: swap;
src: url('/fonts/peyda_bold.woff2') format('woff2');
}
@font-face {
font-family: 'peyda_lite' ;
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('/fonts/peyda_lite.woff2') format('woff2');
}


h1,h2,h3,h4,h5,h6,.fbold{
font-family: 'peyda' !important;
}
p,address,footer li,div,a{
font-family: 'peyda_lite' !important;
}

*:not([class*="fa"], [class*="icon"]) {
font-family: 'peyda_lite' !important;
}



