@font-face {
	font-family: "Fixel Display";
	src: url("fonts/FixelDisplay-Regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Fixel Display";
	src: url("fonts/FixelDisplay-Medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Fixel Display";
	src: url("fonts/FixelDisplay-Bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
:root {
	--ui-font-family: "Fixel Display", sans-serif;
	--ui-color-primary: #23140c;
	--ui-color-accent: #784226;
	--ui-color-background: #fafafb;
	--ui-color-light: #ffffff;
	--ui-section-space: 8.333333vw;
	--ui-content-width: 92.222222vw;
}

body,
button,
input,
select,
textarea {
	font-family: var(--ui-font-family);
}

/* Utility classes for the coded multi-step form and Elementor containers. */
.ui-page,
.ui-page *,
.ui-page *::before,
.ui-page *::after {
	box-sizing: border-box;
}

.ui-section {
	padding-block: var(--ui-section-space);
}

.ui-h1,
.ui-h2,
.ui-h3,
.ui-h4,
.ui-body,
.ui-label,
.ui-button,
.ui-bullet {
	font-family: var(--ui-font-family);
	font-style: normal;
}

.ui-h1 {
	font-size: 3.194444vw;
	font-weight: 500;
	line-height: 1.2;
}

.ui-h2 {
	font-size: 2.916667vw;
	font-weight: 500;
	line-height: 1.2;
}

.ui-h3 {
	font-size: 1.944444vw;
	font-weight: 500;
	line-height: 1.2;
}

.ui-h4 {
	font-size: 1.805556vw;
	font-weight: 500;
	line-height: 1.2;
}

.ui-body {
	font-size: 1.111111vw;
	font-weight: 400;
	line-height: 1.5;
}

.ui-label {
	font-size: 1.111111vw;
	font-weight: 500;
	line-height: 1.2;
}

.ui-button {
	font-size: 1.111111vw;
	font-weight: 500;
	line-height: 1;
}

.ui-bullet {
	font-size: 1.111111vw;
	font-weight: 400;
	line-height: 1.1;
}

.ui-color-primary {
	color: var(--ui-color-primary);
}

.ui-color-accent {
	color: var(--ui-color-accent);
}

.ui-bg-primary {
	background-color: var(--ui-color-primary);
}

.ui-bg-accent {
	background-color: var(--ui-color-accent);
}

.ui-bg-page {
	background-color: var(--ui-color-background);
}

.ui-bg-light {
	background-color: var(--ui-color-light);
}

@media (max-width: 767px) {
	:root {
		--ui-section-space: 21.333333vw;
		--ui-content-width: 100vw;
	}

	.ui-h1 {
		font-size: 6.933333vw;
	}

	.ui-h2 {
		font-size: 5.6vw;
	}

	.ui-h3,
	.ui-h4 {
		font-size: 4.8vw;
	}

	.ui-body {
		font-size: 3.733333vw;
	}

	.ui-label,
	.ui-button,
	.ui-bullet {
		font-size: 4.266667vw;
	}
}
