/* The main text typefaces. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;1,400;1,500&display=swap");

/* Typefaces for examples. */
@import url('https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Linden+Hill:ital@0;1&display=swap');
@font-face { font-family: "Bonveno";
  src: url("BonvenoCF-Light-trimmed.woff"); }
@font-face { font-family: "Juvelo";
  src: url("Juvelo-trimmed.woff"); } 

.bonveno { font-family: "Bonveno", "Cormorant", "serif";
           font-weight: 500;
           font-size: 18pt; }

.fanwood { font-family: "Fanwood Text", "Cormorant", "serif";
           font-weight: 500;
           font-size: 18pt; }

.goudy { font-family: "Sorts Mill Goudy", "Cormorant", "serif";
         font-weight: 500;
         font-size: 18pt; }

.bookletter { font-family: "Goudy Bookletter 1911", "Cormorant", "serif";
              font-weight: 500;
              font-size: 18pt; }

.juvelo { font-family: "Juvelo", "Cormorant", "serif";
          font-weight: 500;
          font-size: 18pt; }

.lindenhill { font-family: "Linden Hill", "Cormorant", "serif";
              font-weight: 500;
              font-size: 18pt; }

.prociono { font-family: "Prociono", "Cormorant", "serif";
            font-weight: 500;
            font-size: 18pt; }

body { font-family: "Cormorant", "serif";
       font-weight: 500;
       font-size: 14pt;
       max-width: 500pt;
       margin: auto; }

img.dove-style { position: relative;
                 width: 45pt;
                 height: 36pt;
                 margin-right: 6pt; }

p.dove-adjustment { margin-left: 59pt;
                    margin-top: -18pt; }

h1 { font-weight: 400;
     font-size: 36pt; }

h2 { font-weight: 400;
     font-size: 20pt;
     margin-top: 24pt; }

h2.square {
  height: 6pt;
  width: 6pt;
  border: 1px solid black;
}

dl { margin-left: 18pt; }
dd { margin-bottom: 6pt; }
dd ul li { margin-left: -24pt;
           margin-top: 2pt;
           margin-bottom: 2pt; }

ul { list-style-type: none; }
ul li { margin-bottom: 2pt;
        margin-left: -12pt; }

tr.endnote { display: table;
             margin-left: 18pt;
             margin-bottom: 6pt; }
tr.endnote td.endnote-number { display: table-cell;
                               text-align: left;
                               vertical-align: top;
                               padding-right: 8pt; }
tr.endnote td.endnote-text { display: table-cell;
                             text-align: left;
                             vertical-align: top; }

