
@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&family=Uncial+Antiqua&display=swap');

header.masthead .page-heading h1, header.masthead .page-heading .subheading, #mainNav{
  font-family: "Uncial Antiqua", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 1px 2px forestgreen
}
body {
  font-family: "Eagle Lake", serif;
  font-weight: 400;
  font-style: normal;
}
