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

@font-face {
font-family: 'peyda' ;
font-style: bold;

src: url('/fonts/peyda_bold.woff') format('woff2');
}
@font-face {
font-family: 'peyda_light' ;
font-style: lighter;
src: url('/fonts/peyda_light.woff') format('woff2');
}


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

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



