@font-face {
	font-family: "Tinos";
	src: url("/fonts/Tinos/Tinos-Regular.woff2") format("woff2");
}

html, body {
	margin: 0 auto;
	font-family: "Tinos";
	font-size: 1.1rem;
	max-width: 40rem;
	background-color: #faf8d8;
}

h1 {
	text-align: center;
}
