h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.heading {
	.h1 {
		font-family: 'Unbounded', sans-serif;
		font-size: 1.75rem;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.h2 {
		font-family: 'Unbounded', sans-serif;
		font-size: 1.375rem;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.h3 {
		font-family: 'Unbounded', sans-serif;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.h4 {
		font-family: 'Unbounded', sans-serif;
		font-size: 1.125rem;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
		text-transform: uppercase;
	}
}

.heading-h1,
.heading-h1-s,
.heading-h1-l,
.heading-h1-xl,
.heading-h1-xxl {
	font-family: 'Unbounded', sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.heading-h2 {
	font-family: 'Unbounded', sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.heading-h3 {
	font-family: 'Unbounded', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.heading-h4 {
	font-family: 'Unbounded', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.heading-h1 :where(span, a, strong, em),
.heading-h1-s :where(span, a, strong, em),
.heading-h1-l :where(span, a, strong, em),
.heading-h1-xl :where(span, a, strong, em),
.heading-h1-xxl :where(span, a, strong, em),
.heading-h2 :where(span, a, strong, em),
.heading-h3 :where(span, a, strong, em),
.heading-h4 :where(span, a, strong, em) {
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}

.title-card {
	font-family: 'Manrope', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.subtitle {
	font-family: 'Manrope', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

.body-16-reg,
.body-m-reg,
.body-16 {
	font-family: 'Manrope', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}

.body-16-semibold,
.body-m-semibold,
.body-16-bold {
	font-family: 'Manrope', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.body-14-reg,
.body-s,
.body-14 {
	font-family: 'Manrope', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}

.body-14-semibold,
.body-s-semibold {
	font-family: 'Manrope', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.body-12-semibold {
	font-family: 'Manrope', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.02em;
}

.caption {
	font-family: 'Manrope', sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.menu {
	font-family: 'Manrope', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.btn {
	font-family: 'Manrope', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.heading-title {
	font-family: 'Unbounded', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.body-l-reg,
.body-18 {
	font-family: 'Manrope', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.body-l-semibold,
.body-18-bold {
	font-family: 'Manrope', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.label {
	font-family: 'Manrope', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

@media screen and (min-width: 64rem) {
	.heading {
		.h1 {
			font-size: 3rem;
			line-height: 1.4;
		}

		.h2 {
			font-size: 2.5rem;
			line-height: 1.4;
		}

		.h3 {
			font-size: 1.5rem;
			line-height: 1.4;
		}

		.h4 {
			font-size: 1.5rem;
			line-height: 1;
		}
	}

	.heading-h1,
	.heading-h1-s,
	.heading-h1-l,
	.heading-h1-xl,
	.heading-h1-xxl {
		font-size: 3rem;
		line-height: 1.4;
	}

	.heading-h2 {
		font-size: 2.5rem;
		line-height: 1.4;
	}

	.heading-h3 {
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.heading-h4 {
		font-size: 1.5rem;
		line-height: 1;
	}

	.title-card {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.subtitle {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	.body-16-reg,
	.body-m-reg,
	.body-16 {
		font-size: 1rem;
		line-height: 1.4;
	}

	.body-16-semibold,
	.body-m-semibold,
	.body-16-bold {
		font-size: 1rem;
		line-height: 1.4;
	}

	.caption {
		font-size: 0.875rem;
		line-height: 1.4;
	}

	.menu {
		font-size: 0.875rem;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.btn {
		font-size: 1rem;
		line-height: 1.2;
	}

	.heading-title {
		font-size: 1.25rem;
		line-height: 1.15;
	}

	.label {
		font-size: 1.5rem;
		line-height: 1.0833333333333333;
	}
}
