/* =============================================
   02_UI_COMPONENTS / ui-typography
   Заголовки и текст.
   ============================================= */

.title-h1 {
	font-weight: 700;
}
.title-h2 {
	font-weight: 700;
}
.title-h3 {
	font-weight: 700;
}
.text {
	font-weight: 300;
}

/* ── Responsive ── */

@media (max-width: 63.99875em) {
	.title-h2 {
		font-size: 24px;
		line-height: 125%;
	}
	.title-h3 {
		font-size: 18px;
		line-height: 127.777778%;
	}
	.text {
		font-size: 12px;
		line-height: 125%;
	}
}
@media (max-width: 74.99875em) {
	.title-h1 {
		font-size: 32px;
		line-height: 125%;
	}
}
@media (min-width: 63.99875em) {
	.title-h2 {
		font-size: 28px;
		line-height: 125%;
	}
	.title-h3 {
		font-size: 24px;
		line-height: 125%;
	}
	.text {
		font-size: 16px;
		line-height: 125%;
	}
}
@media (min-width: 74.99875em) {
	.title-h1 {
		font-size: 40px;
		line-height: 125%;
	}
}
