@font-face {
	font-family: 'Roboto-Bold';
	src: url('Roboto-Bold.ttf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Countach-Regular';
	src: url('Countach-Regular.ttf');
}
body {
	background-color: rgba(0, 16, 28, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(237, 119, 3, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.54;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 13px;
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 14px;
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 14px;
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Countach-Regular';
	font-weight: normal;
	font-size: 16px;
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Countach-Regular';
	font-weight: normal;
	font-size: 18px;
}
h3 {
	color: rgba(237, 119, 3, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Countach-Regular';
	font-weight: normal;
	font-size: 20px;
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Countach-Regular';
	font-weight: normal;
	font-size: 22px;
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.13;
	text-transform: none;
	font-family: 'Countach-Regular';
	font-weight: normal;
	font-size: 32px;
}