@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --background-color: #343e3d;
  --foreground-color: #e2f3e9;
}

body {
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: var(--background-color);
  font-family: "Arvo", serif;
  color: var(--foreground-color);
  font-size: 18pt;
  line-height: 1.3;
  min-width: 84vw;
}

q:before {
  content: "\201c";
}

q:after {
  content: "\201d";
}

q q:before {
  content: "\2018";
}

q q:after {
  content: "\2019";
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

sub {
  vertical-align: sub;
  font-size: 75%;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

img {
  overflow-x: scroll;
}

b,
strong,
i,
em,
cite,
tt,
code,
img,
span {
  display: inline;
}

blockquote {
  padding: 0.25em;
  margin-left: 2em;
}


blockquote em {
  font-variant: bold;
  font-size: 1.75em;
}

.attrib:before {
  content: '\2014';
}

.footnotes {
  border-top: thin white solid;
  margin-top: 4em;
  font-size: 0.8em;
}
