@font-face {
	font-family: Aquire;
	src: url("fonts/Aquire.otf") format("opentype");
}

@font-face {
	font-family: Aquire;
	font-weight: bold;
	src: url("fonts/AquireBold.otf") format("opentype");
}

body {
	background-color: #f6f6f6;
}

.header {
	font-family: Aquire;
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	color: #136937;
}
