﻿/*h1 {
	font-family: var(--fontFamilyCustomBold);
	text-transform: uppercase;
	font-size: 1.8rem;
}

h2 {
	font-size: 1.4rem;
	font-family: var(--fontFamilyCustomBold);
	font-weight: 700;
}

h3 {
	font-family: var(--fontFamilyMainLight);
	font-size: 1.25rem;
}

h4 {
	font-size: 1.25rem;
}

h5, h6 {
	font-size: 1rem;
}

@media (min-width: 380px) {
	h1 {
		font-size: 2.125rem;
	}

	h2 {
		font-size: 1.625rem;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.85rem;
	}

	h4 {
		font-size: 1.625rem;
	}

	h5 {
		font-size: 1.25rem;
	}

	h6 {
		font-size: 1.25rem;
	}
}*/
