@font-face {
	font-family: 'Futura-Medium';
	src: url('Futura-Medium.ttf');
}
@font-face {
	font-family: 'Futura-Bold';
	src: url('Futura-Bold.ttf');
}
body {
	background-color: rgba(242, 128, 78, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(0, 174, 239, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Futura-Medium';
	font-style: normal;
	font-size: 16px;
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Futura-Medium';
	font-style: normal;
	font-size: 16px;
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Futura-Medium';
	font-style: normal;
	font-size: 16px;
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Futura-Medium';
	font-style: normal;
	font-size: 16px;
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Futura-Bold';
	font-style: bold;
	font-size: 14px;
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Futura-Bold';
	font-style: bold;
	font-size: 16px;
}
h3 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Futura-Bold';
	font-style: bold;
	font-size: 18px;
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Futura-Bold';
	font-style: bold;
	font-size: 18px;
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.43;
	text-transform: uppercase;
	font-family: 'Futura-Bold';
	font-style: bold;
	font-size: 28px;
}