@font-face {
  font-family: "Source Serif 4";
  src: url("/assets/fonts/source_serif/SourceSerif4Variable-Roman.otf.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("/assets/fonts/source_serif/SourceSerif4Variable-Italic.otf.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url("/assets/fonts/morn/MornVariableGX.otf.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  font-weight: 500;
}
nav, footer {
  font-family: "Morn", sans-serif;
  font-weight:500;
}
.uppercase {
  text-transform: uppercase;
}
.smallcaps {
  font-variant: small-caps;
}
.lowercase {
  text-transform: lowercase;
}

footer a:link, footer a:visited {
  text-decoration: none;
}

/* p {
  margin: 0;
  max-width: 1000px;
  text-indent: 1em;
  line-height: 1.6;
  text-align: justify;
} */
.noindent {
  text-indent: 0;
}
.dropcap {
  float: left;
  font-size: 3.5em;
  line-height: .9;
  padding-right: 0.05em;
}

h1 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: inherit;
  font-style: italic;
  text-align: center;
  margin-bottom: 1em;
}

h2 {
  font-variant: small-caps;
}

footer {
  text-align: center;
}