@font-face {
	font-family: 'Montserrat-Bold';
	src: url('Montserrat-Bold.ttf');
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('Montserrat-Regular.ttf');
}
@font-face {
	font-family: 'Oswald-Bold';
	src: url('Oswald-Bold.ttf');
}
body {
	background-color: rgba(255, 233, 231, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(130, 207, 245, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Montserrat-Bold';
	font-style: bold;
	font-size: 14px;
	text-decoration: underline;
}
ul {
	color: rgba(0, 0, 0, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-size: 14px;
}
p {
	color: rgba(0, 0, 0, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-size: 14px;
}
body {
	color: rgba(0, 0, 0, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-size: 14px;
}
h5 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald-Bold';
	font-style: bold;
	font-size: 16px;
}
h4 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald-Bold';
	font-style: bold;
	font-size: 18px;
}
h3 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald-Bold';
	font-style: bold;
	font-size: 20px;
}
h2 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald-Bold';
	font-style: bold;
	font-size: 20px;
}
h1 {
	color: rgba(0, 0, 0, 1);
	line-height: 1.33;
	text-transform: uppercase;
	font-family: 'Oswald-Bold';
	font-style: bold;
	font-size: 30px;
}