body {
    font-family: 'Proza Libre', sans-serif;
}

.heading-desktop-h-1 {
    font-family: 'Geom', sans-serif !important;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
}

.heading-desktop-h-2 {
    font-family: 'Geom', sans-serif !important;
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
}

.heading-desktop-h-5 {
    font-family: 'Geom', sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
}

.text-regular-normal {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.text-small-normal {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

.text-tiny-normal {
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
}

@media (max-width: 768px) {
    .heading-mobile-h-1 {
        font-size: 40px !important;
    }

    .heading-mobile-h-2 {
        font-size: 36px !important;
    }

	.heading-mobile-h-5 {
        font-size: 20px !important;
    }
}