html {
background-color:  #ffffff;
}



// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.fraunces-reg {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}




body {
  max-width: 38em;
  margin: 0 auto;
  padding: 1em;
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
/*   color: #111111; */
  color: #111111;

h1, h2, h3, h4 {
/* font-family: system-ui, sans-serif; */
  line-height: 120%;

font-weight:400;
}

h2 {margin-top: 36px;}

h3 {
/*   margin-bottom:0; */
/*   font-size: 18px; */
}

p {
  margin-top:0;
  
}

.italic{
    font-style:italic;
    }




a {  color:red;
}
a:link {
  text-decoration: underline;
}

a:visited {
   text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}
 
 
 
li {
margin-bottom:.5em;
}

.none {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.fixed-width-image {
    width: 200px;
    height: auto;
}

/* fixed-width-image Used on the funnel method page */
/* ![Diagram of a funnel.](images/funnel.webp){ class=fixed-width-image } */

img {
  height: auto;
  width: 100%;
}


.border {
border:1px solid #666666;
}


.header {
  font-size: 1em;
  color: #333;
  font-weight: 500;
}


figure {
    display: block;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
	font-size: smaller;
}




.footnotes {
font-size:.8em;
margin-bottom:4em;

}

#footnotes hr {
	margin-left: 0;
    margin-bottom: 1.5em;
    margin-top: 5em;
    width: 8em;
}


/* 

ol {
padding-inline-start:0;
}

 */


blockquote {

    padding: 0rem 2rem;
    margin: 2rem 0rem;
    border-top: 1px;
    
}
blockquote p {
    display: inline;
    font-style:italic;
}

 footer {
 font-size: 16px;
 }
