:root {
	--font-scale: 1;
}
@font-face {
	font-family: 'PPMonumentExtended-Regular';
	src: url('PPMonumentExtended-Regular.ttf');
}
@font-face {
	font-family: 'PPMonumentExtended-Black';
	src: url('PPMonumentExtended-Black.ttf');
}
body {
	background-color: rgba(231, 231, 231, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(120, 75, 177, 1);
	line-height: 2;
	text-transform: none;
	font-family: 'PPMonumentExtended-Regular';
	font-style: normal;
	font-size: calc(10px * var(--font-scale));
	text-decoration: underline;
}
ul {
	color: rgba(0, 0, 0, 1);
	line-height: 2;
	text-transform: none;
	font-family: 'PPMonumentExtended-Regular';
	font-style: normal;
	font-size: calc(10px * var(--font-scale));
}
p {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'PPMonumentExtended-Regular';
	font-style: normal;
	font-size: calc(10px * var(--font-scale));
}
body {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'PPMonumentExtended-Regular';
	font-style: normal;
	font-size: calc(10px * var(--font-scale));
}
h5 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(10px * var(--font-scale));
}
h4 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(12px * var(--font-scale));
}
h3 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(14px * var(--font-scale));
}
h2 {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(14px * var(--font-scale));
}
h1 {
	color: rgba(0, 0, 0, 1);
	line-height: 1.67;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(24px * var(--font-scale));
}
.button.button-primary {
	background-color: rgba(120, 75, 177, 1);
	border-radius: 22px;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(10px * var(--font-scale));
}
.button.button-secondary {
	background-color: rgba(160, 251, 76, 1);
	border-radius: 22px;
	color: rgba(8, 8, 8, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(10px * var(--font-scale));
}
.button.button-tertiary {
	background-color: rgba(231, 231, 231, 1);
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'PPMonumentExtended-Black';
	font-style: bolder;
	font-size: calc(10px * var(--font-scale));
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	text-decoration: none;
}