body
{
	font-size: 17.4px;
	line-height: 1.3;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	max-width: 46rem;
	margin: 0 auto;
	padding: 0 2em;
	background: #333;
	color: #ccc;
}

h1
{
	text-align: center;
	margin-top: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #d8d8d8;
}

p, ul, details
{
	text-align: justify;
	margin: 0 0 1rem 0;
}
ul
{
	padding-left: 1.5em;
}

blockquote, details
{
	background: rgba(128, 128, 128, 0.1);
	padding: 0.5em 0.5em;
	border-radius: 1em;
}

blockquote
{
	margin: 0.5em 1.5em;
}

details
{
	margin: 0.5em 1em;
}
details summary
{
	margin: 0 1em;
}

details[open] summary
{
	margin-bottom: 1em;
}

code
{
	white-space: pre;
	background: #444;
	tab-size: 4;
	tab-size: 1cm;
}

section>code, body>code
{
	padding: 3px 4px;
	display: block;
	border: 1px solid #bbb;
	box-sizing: border-box;
	overflow: auto;
	font-size: 12px;
	line-height: 1.2;
	max-height: 24em;
	margin: 0 -5px 1rem;
}

code.wrap
{
	white-space: pre-wrap;
	overflow-wrap: break-word;
}

code .keyword
{
	color: #00c;
}

code .comment
{
	color: #4a0;
}

code .type
{
	color: #c00;
}

code .literal
{
	color: #f92;
}

code .string
{
	color: #f92;
}
code::first-line
{
	font-size: 0;
}

p code, li code, details code
{
	display: inline;
	padding: 0px 5px;
	border: none;
	font-size: 0.8rem;
	border-radius: 7px;
}

@media (prefers-color-scheme: light)
{
	body
	{
		background: #ddd;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAK0lEQVQI12O4e/funTt3noABA5B1+/btp0+fgjhADGQB+UBRBogCIAuoHgBFDCoHjPJ+EQAAAABJRU5ErkJggg==') 0 0/7px 7px;
		color: black;
	}

	code, body>code, section>code
	{
		background: rgba(255,255,255,0.5);
	}
}


h1,h2,h3
{
	font-family: Candara, Calibri, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
