
@font-face {
    font-family: Gotham_Book;
    src: url(../fonts/Gotham/Gotham-Book.otf);
}
@font-face {
    font-family: Gotham_Med;
    src: url(../fonts/Gotham/Gotham-Medium.otf);
}
@font-face {
    font-family: Gotham_Bold;
    src: url(../fonts/Gotham/Gotham-Bold.otf);
}

html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Gotham_Book'!important;
    color: #022873 !important;

     overflow: scroll !important;
}
p{
	margin:0;
    font-family:'Gotham_Med';
     color: #193777 !important;

}
h1, h2, h3, h4,h5{

    font-family:'Gotham_Bold';
     color: #1e376c !important;


}