
:root {
	/* responsive margins / paddings */
	--margin-sm: 16px;
	--margin-md: 32px;
}

* {
	--min-screen-size: 430;
	--max-screen-size: 1341;
	--interpolate-diff: calc(var(--max-font-size) - var(--min-font-size));
	--interpolate: clamp(calc(var(--min-font-size) * 1px), calc((var(--min-font-size) * 1px) + var(--interpolate-diff) * ((100vw - calc(var(--min-screen-size) * 1px)) / (var(--max-screen-size) - var(--min-screen-size)))), calc(var(--max-font-size) * 1px));
}

html {
	height: 100%;
	font-size: 16px;
}



/* text utility classes */

.textsmall90 {
	font-size: 70%;
}


.text2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
}

.text5 {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.333;
}

.text1 {
	color: #2fa7b7;
	font-size: 12px;
	font-family: 'Plus Jakarta Sans';
	font-weight: 600;
	line-height: 1.333;
	letter-spacing: 1.2px;
}

.text4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.429;
}

.text3 {
	--min-font-size: 16; --max-font-size: 18; font-size: var(--interpolate);
	font-weight: 400;
	line-height: 1.556;
}

.subtitle1 {
	font-size: 48px;
	font-family: 'Lora';
	font-weight: 500;
	line-height: 1.25;
}

.subtitle2 {
	--min-font-size: 28; --max-font-size: 48; font-size: var(--interpolate);
	font-family: 'Lora';
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0px;
}


.sub-text-blue {
	color: #0f5b99;
	border: none !important;
}

.sub-text2 {
	font-weight: 400;
}

.bold-green {
	color: #5daa73;
	font-weight: 600;
}

.sub-text3 {
	font-weight: 400;
}

.bold2 {
	color: #2fa7b7;
	font-weight: 600;
}

.sub-text {
	color: #2fa7b7;
	border: none !important;
}

.green-text {
	color: #2fa7b7;
	border: none !important;
}

.bold-blue {
	color: #0f5b99;
	font-weight: 600;
}

.sub-text-white {
	color: #fff;
}

.bold {
	font-weight: 700;
}



/* section utility classes */

.section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 128px 24px;
}



/* ui objects utility classes */

.group2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 24px;
}

.group1 {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

.card1 {
	width: 44px;
	padding: 12px;
	border-radius: 20px;
}



/* button hover utility classes */

.hover-bright:hover {
	filter: brightness(1.2);
}

.hover-dark:hover {
	filter: brightness(0.85);
}
