:root {
	--font-scale: 1;
}
@font-face {
	font-family: 'Kruda-Regular';
	src: url('Kruda-Regular.ttf');
}
@font-face {
	font-family: 'Longreach-Regular';
	src: url('Longreach-Regular.ttf');
}
body {
	background-color: rgba(246, 229, 183, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(236, 128, 129, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Kruda-Regular';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
	text-decoration: underline;
}
ul {
	color: rgba(108, 12, 26, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Kruda-Regular';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
}
p {
	color: rgba(108, 12, 26, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Kruda-Regular';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
}
body {
	color: rgba(108, 12, 26, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Kruda-Regular';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
}
h5 {
	color: rgba(108, 12, 26, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
h4 {
	color: rgba(108, 12, 26, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(16px * var(--font-scale));
}
h3 {
	color: rgba(108, 12, 26, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
}
h2 {
	color: rgba(108, 12, 26, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(18px * var(--font-scale));
}
h1 {
	color: rgba(108, 12, 26, 1);
	line-height: 1.43;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(28px * var(--font-scale));
}
a.button.button-primary {
	background-color: rgba(223, 63, 44, 1);
	color: rgba(239, 227, 127, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
a.button.button-secondary {
	background-color: rgba(246, 151, 34, 1);
	color: rgba(108, 12, 26, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
a.button.button-tertiary {
	background-color: rgba(236, 128, 129, 1);
	color: rgba(239, 227, 127, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Longreach-Regular';
	font-style: normal;
	font-size: calc(14px * var(--font-scale));
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	text-decoration: none;
}