@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: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.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: #424242;
}

.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: #424242;
}

.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: #424242;
}

.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: #424242;
}

.p-image .media {
	display: block;
}

.p-image .media-mobile {
	display: none;
}

@media (max-width: 1023px) {

.title-h1 {
	font-size: 40px;
}

.title-h2 {
	font-size: 40px;
}

.title-h3 {
	font-size: 40px;
}

.title-h4 {
	font-size: 40px;
}

.p-image .media {
	display: none;
}

.p-image .media-mobile {
	display: block;
}

}

