@font-face {
	font-family: "easysetlist";
	src: url("images/easysetlist.ttf") format("truetype");
}

@font-face {
	font-family: "darkline";
	src: url("images/darkline.ttf") format("truetype");
}

body {
	background-color: #ddd;
}
main {
	min-height: calc(100vh - 160px);
}

h1.topofpage {
	font-family: easysetlist !important;
	font-size: 20pt;
	margin-bottom: 20px;
	margin-top: -45px;
	text-align: left;
}

h1.topofpage span {
	font-family: Segoe UI, Helvetica;
	font-size: 16pt;
	font-weight: 100;
	text-transform: lowercase;
}
h5 {
	font-family: easysetlist !important;
	font-size: 14pt;
	color: white;
}
h5 span {
	color: #aad;
}
