@font-face {
	font-family: Literata;
	src: url('fonts/Literata/Literata-VariableFont_opsz,wght.ttf');
}

html, body {
	font-family: Literata, serif;
	text-align: center;
}

h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24pt;
}

p {
	font-size: 12pt;
}

a {
	color: black;
}

a:hover {
	color: #ea5c5b;
}

area {
	cursor: grab;
}
