@font-face {
	font-family: 'AktivGrotesk-Regular';
	src: url('fonts/AktivGrotesk-Regular.ttf');
}
@font-face {
	font-family: 'GraebenbachMono-Medium';
	src: url('fonts/GraebenbachMono-Medium.ttf');
}
@font-face {
	font-family: 'GraebenbachMono-Bold';
	src: url('fonts/GraebenbachMono-Bold.ttf');
}
body {
	background-color: rgba(247, 247, 247, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(71, 126, 192, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'AktivGrotesk-Regular';
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
}
ul {
	color: rgba(51, 51, 51, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'AktivGrotesk-Regular';
	font-weight: normal;
	font-size: 16px;
}
p {
	color: rgba(0, 0, 0, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'AktivGrotesk-Regular';
	font-weight: normal;
	font-size: 16px;
}
body {
	color: rgba(0, 0, 0, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'AktivGrotesk-Regular';
	font-weight: normal;
	font-size: 16px;
}
h5 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'GraebenbachMono-Medium';
	font-weight: normal;
	font-size: 14px;
}
h4 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'GraebenbachMono-Medium';
	font-weight: normal;
	font-size: 16px;
}
h3 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'GraebenbachMono-Medium';
	font-weight: normal;
	font-size: 18px;
}
h2 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'GraebenbachMono-Bold';
	font-weight: bold;
	font-size: 18px;
}
h1 {
	color: rgba(0, 0, 0, 1);
	line-height: 1.43;
	text-transform: uppercase;
	font-family: 'GraebenbachMono-Bold';
	font-weight: bold;
	font-size: 28px;
}