:where(#content) {
  /*------------
   Embed Font
  ------------*/
}
@font-face {
  font-family: "Surveyor Text";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/SurveyorText-Regular.woff);
}
@font-face {
  font-family: "Surveyor Text";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/SurveyorText-Italic.woff);
}
@font-face {
  font-family: "Surveyor Display";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/SurveyorDisplay-Regular.woff);
}
@font-face {
  font-family: "Surveyor Display";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/SurveyorDisplay-Italic.woff);
}
:where(#content) {
  /*------------
   Layout
  ------------*/
}
#content {
  font-family: "Surveyor Text", serif;
}

:where(#content) {
  /*------------
   Headings
  ------------*/
}
:where(#content) h1 {
  font-size: 1.3em;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Surveyor Display", serif;
}
:where(#content) #titlepage h2 {
  font-style: italic;
  font-size: 1.9em;
  padding-top: 0;
  margin: 0 0 9% 0;
  font-family: "Surveyor Display", serif;
}
:where(#content) #titlepage h3 {
  font-size: 0.7em;
  margin: 0;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
:where(#content) #titlepage h4 {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
:where(#content) #titlepage h5 {
  font-style: italic;
  font-size: 1.1em;
  margin: 12% 0;
  font-family: "Surveyor Display", serif;
}
:where(#content) {
  /*------------
  Copyright Page
  ------------*/
}
:where(#content) #copyright h2 {
  font-size: 0.95em;
  font-family: sans-serif;
  font-style: italic;
  font-family: "Surveyor Display", serif;
}
:where(#content) {
  /*------------
   Paragraphs
  ------------*/
}
:where(#content) p {
  text-indent: 4%;
  margin: 0.3em 0;
}
