:where(#content) {
  /*------------
   Embed Font
  ------------*/
}
@font-face {
  font-family: "FF Spinoza Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/FFSpinozaPro-Regular.woff);
}
@font-face {
  font-family: "FF Spinoza Pro";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/FFSpinozaPro-RegularItalic.woff);
}
@font-face {
  font-family: "FF Spinoza Pro";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/FFSpinozaPro-Bold.woff);
}
@font-face {
  font-family: "Syntax Next LT Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/SyntaxNextLTPro-Regular.woff);
}
:where(#content) {
  /*------------
   Layout
  ------------*/
}
#content {
  font-family: "FF Spinoza Pro", serif;
}

:where(#content) {
  /*------------
  Copyright Page
  ------------*/
}
:where(#content) #copyright h2 {
  font-family: "Syntax Next LT Pro", sans-serif;
}
:where(#content) {
  /*------------
   Paragraphs
  ------------*/
}
:where(#content) #glossary p {
  margin-bottom: 1em;
}
