@font-face {
    font-family: 'EatonOpenSans-Medium';
    src: url('../fonts/EatonOpenSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EatonRegular';
    src: url('../fonts/EatonRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EatonOpenSans';
    src: url('../fonts/EatonOpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
body,p{
  font-family: 'EatonOpenSans', Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,nav {
  font-family: 'EatonOpenSans-Medium', 'EatonRegular', Arial, sans-serif;
}


