/*------------
 Embed Font
------------*/

@font-face {
  font-family: "Aldus nova Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/AldusNovaPro-Book.woff)
}

@font-face {
  font-family: "Aldus nova Pro";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/AldusNovaPro-BookItalic.woff)
}

@font-face {
  font-family: "Aldus nova Pro";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/AldusNovaPro-Bold.woff)
}

/*------------
 Layout
------------*/

body {
    font-family: "Aldus nova Pro", serif /* overrides ../../css/treatises.css:215 */;
}

/*------------
 Headings
------------*/

h1 {
    font-size: 1em;
    text-indent: 4%;
    font-weight: bold;
    font-style: normal;
    margin: 1.5em 0 1em 0;
    letter-spacing: 0.1em;
    font-family: "Aldus nova Pro", serif;
    text-transform: uppercase;
}

h2 {
    font-size: 0.9em;
    text-align: left;
    text-indent: 4%;
    text-transform: uppercase;
    margin: 0.9em 0;
    letter-spacing: 0.1em;
}

#titlepage h2 {
    font-style: normal /* overrides ../../css/treatises.css:600 */;
    line-height: 1em;
}

#titlepage h3 {
    margin: 6% 0 18% 0 /* overrides ../../css/treatises.css:706 */;
    letter-spacing: 0.2em;
}

/*------------
Copyright Page
------------*/

#copyright h2 {
    text-indent: -3% /* overrides ../../css/treatises.css:1297 */;
    text-transform: uppercase;
}
/* footnotes */

.note {
  margin-top: 3em;
}
