body{
    	font-family: 'Open Sans';
        	font-size: 18px;
            	color: #09486f;
    }
h1, h2, h3, h4, h5, h6 {
    	font-family: 'Dosis';
        	font-weight: 600;
        	color: #ffffff;
            text-transform: capitalize;
    }
h1 {
    	font-size: 36px;
        	color: #ffffff;
            text-transform: none;
    }
h2 {
    	font-size: 22px;
        	color: #ffffff;
            text-transform: initial;
    }
h3 {
    	font-size: 20px;
        	color: #00475c;
            text-transform: initial;
    }
h4 {
    	font-size: 18px;
        	color: #ffffff;
            text-transform: capitalize;
    }
h5 {
    	font-size: 16px;
        	color: #ffffff;
            text-transform: capitalize;
    }
h6 {
    	font-size: 12px;
        	color: #ffffff;
            text-transform: capitalize;
    }
.na-preloader {
    background: url("https://code-route.app/wp-content/themes/napapp/assets/images/preloader.gif") center no-repeat #fff;
}
