:root {
	--font-scale: 1;
}
@font-face {
	font-family: 'ArialMT';
	src: url('ArialMT.ttf');
}
@font-face {
	font-family: 'Leander';
	src: url('Leander.ttf');
}
body {
	background-color: rgba(207, 227, 204, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(46, 143, 126, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
	text-decoration: underline;
}
ul {
	color: rgba(0, 0, 0, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
p {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
body {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
h5 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Leander';
	font-style: normal;
	font-size: calc(13px * var(--font-scale));
}
h4 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Leander';
	font-style: normal;
	font-size: calc(15px * var(--font-scale));
}
h3 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Leander';
	font-style: normal;
	font-size: calc(17px * var(--font-scale));
}
h2 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Leander';
	font-style: normal;
	font-size: calc(17px * var(--font-scale));
}
h1 {
	color: rgba(0, 0, 0, 1);
	line-height: 1.48;
	text-transform: uppercase;
	font-family: 'Leander';
	font-style: normal;
	font-size: calc(27px * var(--font-scale));
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	text-decoration: none;
}