
:root {
	/* color variables */
	--blue-600: #2667ff;
	--orange-50: #fff6f3;
	--black-100: #fff;
	--orange-600: #ff5230;
	--orange-800: #501300;
	--blue-50: #e0e9ff;

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

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



/* text utility classes */

.title2 {
	font-size: 24px;
	font-weight: 600;
}

.title1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0px;
}

.text6 {
	font-size: 12px;
	font-weight: 700;
}

.text4 {
	font-size: 16px;
	font-family: 'Inter';
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0px;
}

.subtitle2 {
	font-size: 20px;
	font-weight: 800;
}

.text1 {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0px;
}

.subtitle1 {
	font-size: 20px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.text2 {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.12px;
}

.text-blue-600 {
	color: var(--blue-600);
	font-size: 10px;
	font-family: 'Inter';
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0px;
}

.text5 {
	font-size: 10px;
	font-weight: 400;
}

.text3 {
	font-size: 12px;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.12px;
}

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

.bold-white {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.bold {
	font-size: 24px;
	font-weight: 500;
}

.sub-text-white2 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.sub-text2 {
	font-size: 20px;
	font-weight: 300;
}

.bold2 {
	font-size: 24px;
	font-weight: 500;
}

.bold3 {
	font-size: 14px;
}

.sub-text {
	font-size: 10px;
	font-weight: 300;
}



/* ui objects utility classes */

.card2 {
	width: 128px; height: 136px;
	border: 1px solid var(--black-100);
	border-radius: 16px;
}

.card-white {
	box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.25),inset -1px -1px 2px 0px rgba(255, 255, 255, 0.15);
	height: 131px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
}

.card3 {
	background-position: top left;
	background-size: auto auto;
	background-repeat: no-repeat;
	border-radius: 2px;
}

.card1 {
	width: 128px; height: 136px;
	border: 1px solid #fff;
	border-radius: 16px;
}



/* button hover utility classes */

.hover-zoom:hover {
	scale: 1.05;
}

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

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