
@font-face {
    font-family:Lato;
    font-style:normal;
    font-weight:400;
    src:url(/css/fonts/Lato-Regular.woff2) format("woff2")
}
@font-face {
    font-family:Lato;
    font-style:normal;
    font-weight:700;
    src:url(/css/fonts/Lato-Bold.woff2) format("woff2")
}
@font-face {
    font-family:EB Garamond;
    font-style:normal;
    font-weight:400;
    src:url(/css/fonts/EBGaramond-Regular.woff2) format("woff2")
}
@font-face {
    font-family:EB Garamond;
    font-style:normal;
    font-weight:700;
    src:url(/css/fonts/EBGaramond-Bold.woff2) format("woff2")
}
body {
    color:#000;
    font-family:Lato,sans-serif;
    /* font-size:1.0rem;        */
 /* font-size: 12px;    */
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:EB Garamond,serif;
  font-weight:700;
}
h1 {
    color: rgb(8, 64, 119);
    font-weight: bold;   
}
a{
    color: rgb(8, 64, 119);
}
.navLink{
	font-family:EB Garamond,serif;
  font-weight:700;
  font-size: 1.4rem;
}