@font-face {
	font-family: "sitelen";
	src: url('./sitelenselikiwenasuki.ttf');
}

body {
	max-width: 80ch;
	margin: 40px auto;
	line-height: 1.6;
	padding: 0;
	font-size: 18px;
	color: #3760bf;
	background-color: #e1e2e7;
}

.sitelen {
	font-family: "sitelen";
}

h1,
h2,
h3 {
	line-height: 1.2;
}

a {
	font-style: italic;
	text-decoration: underline;
	color: #b15c00;
}

a:hover {
	text-decoration: none;
	background-color: #b15c00;
	color: #e1e2e7;
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #1a1b26;
		color: #c0caf5;
	}

	a {
		color: #0db9d7;
	}

	a:hover {
		text-decoration: none;
		background-color: #0db9d7;
		color: #1a1b26;
	}
}
