:where(#content) {
  /*------------
   Embed Font
  ------------*/
}
@font-face {
  font-family: Quadraat;
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/Quadraat-Regular.woff);
}
@font-face {
  font-family: Quadraat;
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/Quadraat-Italic.woff);
}
@font-face {
  font-family: Quadraat;
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/Quadraat-Bold.woff);
}
@font-face {
  font-family: Quadraat;
  font-weight: bold;
  font-style: italic;
  src: url(/fonts/bookfonts/Quadraat-BoldItalic.woff);
}
@font-face {
  font-family: "QuadraatSans SC";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/QuadraatSans-SmallCaps.woff);
}
:where(#content) {
  /*------------
   Layout
  ------------*/
}
#content {
  font-family: Quadraat, serif;
}

:where(#content) {
  /*------------
   Headings
  ------------*/
}
:where(#content) #cover h1, :where(#content) #titlepage h1, :where(#content) #copyright h1 {
  display: none;
}
:where(#content) h1 + p, :where(#content) .day + h1 {
  page-break-before: avoid;
}
:where(#content) .chapter {
  text-transform: none;
}
:where(#content) .day {
  text-transform: none;
  font-family: "QuadraatSans SC", sans-serif;
}
:where(#content) h1 {
  margin: 3% 0;
  font-size: 1.8em;
  line-height: 1.4em;
  text-align: left;
  font-family: Quadraat, serif;
}
:where(#content) h2 {
  margin: 1.2em 4%;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-indent: 0;
  font-family: Quadraat, serif;
}
:where(#content) #titlepage h2 {
  font-size: 2.1em;
  margin: 15% 0 0 0;
}
:where(#content) #titlepage h2 + h2 {
  font-size: 2.1em;
  margin: 2% 0 0 0;
}
:where(#content) h3 {
  margin: 12% 0 0.6% 0;
  text-transform: none;
  letter-spacing: 0.03em;
  font-family: "QuadraatSans SC", sans-serif;
}
:where(#content) #titlepage h3 + h3 {
  margin: 0 0 9% 0;
}
:where(#content) #titlepage h4 {
  font-size: 1.05em;
  margin: 0;
  letter-spacing: 0.05em;
}
:where(#content) {
  /*------------
  Copyright Page
  ------------*/
}
:where(#content) #copyright h2 {
  font-family: "QuadraatSans SC", sans-serif;
}
:where(#content) {
  /*------------
   Paragraphs
  ------------*/
}
:where(#content) p {
  text-indent: 4%;
  margin: 0.2em 0;
}
:where(#content) .iblock {
  margin: 0.8em 6%;
}
:where(#content) .iblock p {
  text-indent: 4%;
}
:where(#content) .lblock {
  margin: 0.8em 8%;
}
:where(#content) .lblock p {
  text-indent: -2%;
  margin: 0.1em 0;
}
:where(#content) .hblock {
  margin: 0.8em 4%;
}
:where(#content) .hblock p {
  margin: 0.2em 0;
  text-indent: 2%;
}
:where(#content) p + p.sutta {
  margin-top: 1.2em;
}
:where(#content) .address {
  margin: 1.2em 4%;
  font-size: 0.7em;
  font-family: "QuadraatSans SC", sans-serif;
}
:where(#content) .address p {
  margin-top: 0;
  margin-bottom: -0.2em;
  letter-spacing: 0.2em;
}
:where(#content) #glossary p {
  margin: 0 4% 0.6em;
}
:where(#content) {
  /*-------------
    abbreviations
  ---------------*/
}
:where(#content) #abbreviations h1 {
  text-indent: -8%;
}
:where(#content) #abbreviations td + td {
  padding: 0.2em 2em;
}
:where(#content) {
  /*------------
     Verses
  ------------*/
}
:where(#content) .verse {
  margin: 1em 4% 1em 8%;
}
