:root {
	--font-scale: 1;
}
@font-face {
	font-family: 'PublicSans-Regular';
	src: url('PublicSans-Regular.ttf');
}
@font-face {
	font-family: 'Unbounded-Bold';
	src: url('Unbounded-Bold.ttf');
}
body {
	background-color: rgba(14, 14, 14, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(248, 136, 36, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'PublicSans-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'PublicSans-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'PublicSans-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'PublicSans-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Unbounded-Bold';
	font-style: bold;
	font-size: calc(12px * var(--font-scale));
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Unbounded-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
h3 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Unbounded-Bold';
	font-style: bold;
	font-size: calc(16px * var(--font-scale));
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Unbounded-Bold';
	font-style: bold;
	font-size: calc(16px * var(--font-scale));
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.54;
	text-transform: uppercase;
	font-family: 'Unbounded-Bold';
	font-style: bold;
	font-size: calc(26px * var(--font-scale));
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	text-decoration: none;
}