@media (prefers-color-scheme: dark) {
	body {
		background-color: #333;
		color: #eee;
		border-color: #eee;
	}
}
@media (prefers-color-scheme: light) {
	body {
		background-color: #eee;
		color: #444;
		border-color: #444;
	}
}

@font-face {
	font-family: "eurofurence";
	src: url("/font/eurof55.ttf");
	/*font-weight: normal;
	font-style: normal;*/
}
/*
@font-face {
	font-family: "eurofurence";
	src: url("/font/eurof56.ttf");
	font-weight: normal;
	font-style: italic;
}
*/
@font-face {
	font-family: 'Monofur';
	font-weight: 700;
	src: local("monofur"), local("Monofur for Powerline");
}

body {
	text-align: left;
	font-family: sans-serif;
	margin: 0px;
}
a {
	color: inherit;
}

a:hover:link {
	color: #268bd2;
}
a:hover:visited {
	color: #d33682;
}

article {
	width: 64ch;
	margin: 8em 0 0 30vw;
	@media (max-width: 100ch) {
		width: 90vw;
		margin: 8em 5vw;
	}
}


section.title h1 {
	font-size: 2em;
	margin-bottom: 0;
}
section.items:before {
	content: "";
	display: block;
	position: relative;
	top: -0.65em;
	width: 30px;
	height: 4px;
	margin: 0 0 0 auto;
	@media (max-width: 100ch) {
		margin: 0 1em 0 auto;
	}
	background: linear-gradient(90deg, #2f9bd5 20%, #e273a9 20% 40%, #fff 40% 60%, #e273a9 60% 80%, #2f9bd5 80%);
}
section.items {
	border-top: 4px solid;
	border-bottom: 4px solid;
	padding: 0.4em 2em;
	@media (max-width: 100ch) {
		padding: 0.4em 1em;
	}
}
section.contact {
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
section.title, section.contact {
	font-family: eurofurence, sans-serif;
	font-size: 1.5em;
	padding: 0 0.25em;
}
p {
	margin: 0;
}
ul {
	margin: 0.2em 0;
}
li::marker {
	font-family: monofur, sans-serif;
}

.aboutme:after {
	display: block;
	content: "";
	margin: 0px;
	height: 4px;
	background: linear-gradient(90deg, #2f9bd5 20%, #e273a9 20% 40%, #fff 40% 60%, #e273a9 60% 80%, #2f9bd5 80%);
}
