@font-face {
    font-family: 'Gotham';
    src: url('/Resources/Fonts/D2809B229077329CD.eot'); /* IE9 Compat Modes */
    src: url("/Resources/Fonts/GothamSSm-Black.otf") format("opentype"), 
         url('/Resources/Fonts/D2809B229077329CD.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
font-style: normal;
/* font-weight: 800 !important; */ 
}

@font-face {
    font-family: 'Gotham Light';
    src: url('/Resources/Fonts/GothamSSm-Light.eot'); /* IE9 Compat Modes */
    src: url("/Resources/Fonts/GothamSSm-Light.otf") format("opentype"), 
         url('/Resources/Fonts/GothamSSm-Light.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
font-style: normal;
/* font-weight: 800 !important; */ 
}

body {
  font-family: Arial;
 }

.site-logo {
    font-family: Arial;
}
.page-footer {
    font-family: Arial;
}
h1,
.h1 {
  font-family: Arial;
 }

h2,
.h2 {
  font-family: Arial;
 }


h3,
.h3 {
  font-family: Arial;
 }


h4,
.h4 {
  font-family: Arial;
 }


.oa-section .header-wrapper {
    color: #333;
    background-color: #ebebe3;
}
