@font-face {
  font-family: Jugend;
  src: url('/fonts/Jugend.ttf') format('truetype');
}

@font-face {
  font-family: 'Vollkorn';
  src: url('/fonts/Vollkorn-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('/fonts/Vollkorn-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('/fonts/Vollkorn-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('/fonts/Vollkorn-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: 'Vollkorn', serif;
  font-feature-settings: 
    "ss01" 1,
    "salt" 1,
    "kern" 1,
    "onum" 1,
    "liga" 1,
    "dlig" 1,
    "calt" 1;
  padding: 4rem;
  background-color: #e3e0d1;
}

a {
  color: #4b3820;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 1rem;
  color: #4b3820;
  border-top: 1px solid #4b3820;
  margin-top: 3rem;
  padding-top: 1rem;
  font-style: italic;
  font-family: 'Vollkorn', serif;
}

.previous {
  background-color: #e3e0d1;
  color: #4b3820;
}

.next {
  background-color: #e3e0d1;
  color: #4b3820;
}

h1 {
  text-align: center;
  color: #4b3820;
  font-family: "Vollkorn", serif;
  font-feature-settings:
    "c2sc" 1,
    "smcp" 1;
  font-weight: 400;
  font-size: 3rem;
  text-decoration: underline #4b3820;
}

article {
  margin: 0 auto;
  min-width: 32rem;
  max-width: 48rem;
  columns: 1;
}

article p {
  margin-bottom: 0.5rem;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  color: #3b2f2f;
  text-align: justify;
  font-feature-settings: 
    "ss01" 1,
    "salt" 1,
    "kern" 1,
    "onum" 1,
    "liga" 1,
    "dlig" 1,
    "calt" 1;
}

article p:not(:first-child) {
  text-indent: 1.5rem;
}

p .noindent {
  text-indent: 0;
}


article p em {
  font-style: italic;
}

article p strong {
  font-weight: 700;
}

article p:first-child {
  text-align: justify;
}

article p:first-child:first-line {
  font-variant: small-caps;
  font-size: 1.2em;
}

article p:first-child:first-letter {
  font-family: 'Jugend', serif;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 0.8;
  color: #000000;
  float: left;
  margin-right: 0.15rem;
  margin-top: 0.1rem;
  margin-bottom: -0.2rem;
}

article p:last-child {
  margin-bottom: 0;
}