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

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


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

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



