:root {
	--font-scale: 1;
}
@font-face {
	font-family: 'Khand-Regular';
	src: url('Khand-Regular.ttf');
}
@font-face {
	font-family: 'Khand-SemiBold';
	src: url('Khand-SemiBold.ttf');
}
body {
	background-color: rgba(18, 9, 66, 1);
	padding: 16px;
	margin: 0;
}
.button.button-primary {
	background-color: rgba(33, 19, 104, 1);
	color: rgba(235, 210, 116, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
.button.button-secondary {
	background-color: rgba(33, 19, 104, 1);
	color: rgba(235, 210, 116, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
.button.button-tertiary {
	background-color: rgba(107, 232, 185, 1);
	color: rgba(235, 210, 116, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
a {
	color: rgba(107, 232, 185, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Khand-Regular';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'Khand-Regular';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Khand-Regular';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'Khand-Regular';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-SemiBold';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-SemiBold';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
}
h3 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-SemiBold';
	font-style: normal;
	font-size: calc(20px * var(--font-scale));
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Khand-SemiBold';
	font-style: normal;
	font-size: calc(20px * var(--font-scale));
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.33;
	text-transform: uppercase;
	font-family: 'Khand-SemiBold';
	font-style: normal;
	font-size: calc(30px * var(--font-scale));
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	text-decoration: none;
}