@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic&subset=latin);
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400&display=swap');

body {
  font: 1em "Vollkorn", Palatino, Times;
  padding: 1em;
  line-height: 1.4;
  background: #fffff8;
  color: #111111;
  text-align: justify;
}

/* Footnotes */

.fnref {
  vertical-align: baseline;
  position: relative;
  font-size: 0.8em;
  bottom: 1.25ex;
  font-style: normal;
}

a.fnref,
.fnref a {
  color: #222222;
  text-decoration: none;
}

.footnote {
  font-size: 0.8em;
  float: right;
  clear: right;
  width: 28.75em;
  margin-left: -28.75em;
  left: 31.25em;
  position: relative;
  line-height: 1.875em;
  margin-bottom: 1.875em;
  text-indent: 0em;
  font-style: normal;
  text-align: left;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  max-width: 35em;
}

h2,
h3 {
  font-weight: normal;
  font-style: italic;
}

p {
  max-width: 40em;
  margin-bottom: 0;
  margin-top: 0;
}

p+p {
    text-indent: 1.5em;
    margin-top: 10
}

ul,
ol {
  max-width: 36em;
}

li>ul {
  padding-left: 1em;
}

table,
pre {
  margin: 15px 0;
}

blockquote {
  color: #666666;
  max-width: 39em;
  margin-top: 10;
  margin-bottom: 10;
  margin-left: 0;
  padding-left: 1em;
  border-left: 0.2em #EEE solid;
}

a,
a:visited {
  color: #4183C4;
  background-color: inherit;
  text-decoration: none;
}

/* table */

table {
  border-collapse: collapse;
  width: 100%;
}

table,
th,
td {
  border: 1px solid #EAEAEA;

  border-radius: 3px;
  padding: 5px;
}

tr:nth-child(even) {
  background-color: #F8F8F8;
}

/* Codeblocks */

pre {
  max-width: 48em;
  border: 1px solid #CCCCCC;
  overflow: auto;
  padding: 4px 8px;
}

code,
pre {
  font-size: 10pt;
  border-radius: 3px;
  background-color: #F8F8F8;
  color: inherit;
}

code {
  font-family: 'Fira Code', monospace;
  border: 1px solid #EAEAEA;
  margin: 0 2px;
  padding: 0 5px;
}

pre>code {
  border: 0;
  margin: 0;
  padding: 0;
}

.sourceCode {
  max-width: 48em;
}

div.sourceCode>pre {
  overflow: auto;
}

/* images */

figure {
  margin: 20px 0 20px 0px;
  max-width: fit-content;
}

img {
  border: 1px solid #EAEAEA;

}

span>img {
  max-height: 25em;
  margin-bottom: 10px;
}

figure>img {
  max-height: 35em;
}

figcaption {
  text-align: center;
}
