@media (prefers-color-scheme: dark) {
	body {
		color: orange;
		background: #222222;
	}
}

@media (prefers-color-scheme: light) {
	body {
		color: #222222;
		background: snow;
	}
}

@font-face {
	font-family: "UnitRoundedPro";
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	src:
		url(/.res/UnitRoundedPro.woff) format("woff"),
		url(/.res/UnitRoundedPro.eot?#iefix) format("embedded-opentype"), 
		url(/.res/UnitRoundedPro.otf) format("opentype"),
		url(/.res/UnitRoundedPro.ttf) format("truetype"),
		url(/.res/UnitRoundedPro.svg#UnitRoundedPro) format("svg");
}

html {
	font-family: "UnitRoundedPro", "Helvetica", "Arial", sans-serif;
	line-height: 1.2;
}

header {
	display: block;
}

body {
	margin: 0;
	font-family: "UnitRoundedPro", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.2rem;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

p {
	margin-top: 0;
	margin-bottom: 1.4rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1.2rem;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

strong {
	font-weight: bolder;
}

a {
	color: #5b6c7d;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #fac300;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

img {
	vertical-align: middle;
	border-style: none;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 2.9rem;
	padding-bottom: 2.9rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-weight: 500; */
/*    color: #000; */
}

h1 {
	font-size: 2rem;
	margin-bottom: 1.6rem;
	line-height: 2.2rem;
}

h2 {
	font-size: 1.8rem;
	margin-bottom: 1.44rem;
	line-height: 2rem;
}

h3 {
	font-size: 1.6rem;
	margin-bottom: 1.28rem;
	line-height: 1.8rem;
}

h4 {
	font-size: 1.4rem;
	margin-bottom: 1.12rem;
	line-height: 1.6rem;
}

h5 {
	font-size: 1.2rem;
	margin-bottom: 0.96rem;
	line-height: 1.4rem;
}

h6 {
	font-size: 1rem;
	margin-bottom: 0.8rem;
	line-height: 1.2rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

nav {
	padding-top: 1.28rem;
	font-size: 1.6rem;
	margin-bottom: 1.28rem;
	letter-spacing: 0;
	line-height: 1.8rem;
}

.content {
	max-width: 90%;
	margin: auto;
}

.portrait {
	width: 132px;
	height: 176px;
	float: left;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}

.portrait img {
	width: 100%;
	height: 100%;
}


