@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Open Sans Condensed";
	src: url("../../embed/fonts/open-sans-condensed/OpenSans-CondBold.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 800;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.p-title-text {
	text-align: center;
	color: var(--grey);
}

.p-title-text.simple {
	text-align: left;
}

html[dir=rtl] .p-title-text.simple {
	text-align: right;
}

.p-title-text--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1rem;
}

.p-title-text ul {
	list-style: disc;
	margin-left: 20px;
}

.p-title-text ul li {
	list-style: disc;
}

