@font-face {
	font-family: SoftText;
	src: url("https://gorillagrog.com/files/fonts/SoftText-Regular.otf") format("opentype");
}

/*
	$gunmetal: #393E40;
	$beige: #E6EADA;
	$glaucous: #5E81DB;
	$slate-grey: #62818C;
	$pearl-beige: #D7CEA6;
*/

html, body {
	font-family:"SoftText", serif;
}

html {
	display: flex;
	justify-content: center;
	align-items: center;
}

body {
	padding:0px 40px;
	max-width:800px;
	background:#E6EADA;
	color:#393E40;
	font-size:1.25em;
	font-height:1.5em;
}

h1, h2, h3, h4, h5 {
	color:#5E81DB;
}