:root{
	color-scheme: light dark;
	--bg: #ede7e3;
	--fg: #000;
	line-height: 1.6;
	font-size: 17px;
	font-family: system-ui, sans-serif
}
* {
	box-sizing: border-box;
	background-color: var(--bg);
	color: var(--fg)
	 }
body {
  margin: 0px auto;
  max-width: 40em;
  padding: 20px;
}

hr {
  border-color: rgba(200, 200, 200, 0.6);
}

h1, h2, h3, h4,  {
  line-height: 1.2;
  font-weight: 550;
  margin-bottom: 0
}

h1 {
font-size: 50px;
margin: 0 auto;
margin-bottom: 5px
}
[role="doc-subtitle"] {
  color: #69995d;
  text-transform: uppercase;
  font-size: 10pt;
  margin: 0 auto;
}
footer {
  color: #6c6c6c;
  font-size: 11pt;
}
a {
  text-decoration: italic;
  margin: 0 5px;
}
a:hover{
	text-decoration: underline;
	text-decoration-color: #69995d;
	text-decoration-thickness: 2px;
}
.title{
	color: #004643;
	margin: 0 auto;
	text-align: left;
	font-size: 20px
}
pre {
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  padding: 10px;
  overflow-x: auto;
}

code {
  font-size: 11pt;
}

figure {
  text-align: center;
  padding: 5px;
}

figure > img {
  border: 1px solid #6c6c6c;
  box-sizing: border-box;
  max-width: 100%;
}

figure > figcaption {
  font-size: 10pt;
}

nav {
	display: block;
	margin-right: 12px;
	margin: 0 auto;
}
header {
	font-size: 24px;
	margin-bottom: .2em;
	font-weight: 550
}
