/* stylelint-disable */
.c-hero-archive {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-hero-archive {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.c-hero-archive__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 640px;
}

.c-hero-archive__title {
	font-family: var(--font-family-accent);
	font-size: 68px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	letter-spacing: -0.04em;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-hero-archive__title {
		font-size: 38px;
	}
}

.c-hero-archive__subtitle {
	font-family: var(--font-family-base);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-hero-archive__subtitle {
		font-size: 14px;
		margin-bottom: 6px;
	}
}

.c-hero-archive__description {
	font-family: var(--font-family-base);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.01em;
	margin-top: 10px;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-hero-archive__description {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 16px;
	}
}

/*# sourceMappingURL=hero-archive.css.map */