@font-face {
	font-family: 'Roboto-Bold';
	src: url('Roboto-Bold.ttf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('Roboto-Regular.ttf');
}
body {
	background-color: rgba(19, 41, 63, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(207, 94, 40, 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.62;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 13px;
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 14px;
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.5;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 14px;
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 12px;
}
h4 {
	color: rgba(236, 164, 34, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 14px;
}
h3 {
	color: rgba(236, 164, 34, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 16px;
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 18px;
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 28px;
}