@font-face {
  font-family: "Front Page Bold";
  src: url("assets/fonts/frontpage-pro-heavy-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Front Page Regular";
  src: url("assets/fonts/frontpage-pro-regular-webfont.woff") format("woff");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "Front Page Light";
  src: url("assets/fonts/frontpage-pro-light-webfont") format("woff");
  font-weight: 200;
  font-style: normal;
}



.navLogo {
    max-width: 300px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #095984;
}



h1,h2,
h3,
h4 {
  font-family: "Front Page Bold";
}

p {
  font-family: "Front Page Regular";
}