@font-face {
	font-family: Recursive;
	src: url('/fonts/recursive.woff2') format('woff2-variations');
	font-weight: 400 700;
	font-display: swap;
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	font-family: Recursive;
	font-weight: bold;
	font-variation-settings: "MONO" 0, "CASL" 1;

	background-color: #e0e0e0;
}

@media (prefers-color-scheme: dark) {
	html, body {
		background-color: #272727;
	}
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
