/* Variable Css Start Here */
/* Font cdn starts here */
@font-face {
	font-family: "gabarito-regular";
	src: url("../fonts/gabarito/Gabarito-Regular.woff2");
}
@font-face {
	font-family: "gabarito-medium";
	src: url("../fonts/gabarito/Gabarito-Medium.woff2");
}
@font-face {
	font-family: "gabarito-semibold";
	src: url("../fonts/gabarito/Gabarito-SemiBold.woff2");
}
@font-face {
	font-family: "gabarito-bold";
	src: url("../fonts/gabarito/Gabarito-Bold.woff2");
}
@font-face {
	font-family: "gabarito-black";
	src: url("../fonts/gabarito/Gabarito-Black.woff2");
}
@font-face {
	font-family: "poppins-regular";
	src: url("../fonts/poppins/Poppins-Regular.ttf");
}
/* Font cdn ends here */

:root {
	/* Typography starts here */
	--primary-regular-font: "gabarito-regular";
	--primary-medium-font: "gabarito-medium";
	--primary-semibold-font: "gabarito-semibold";
	--secondary-bold-font: "gabarito-bold";
	--primary-black-font: "gabarito-black";
	--poppins-regular: "poppins-regular";
	/* Typography ends here */
}

.primary-regular-font {
	font-family: var(--primary-regular-font);
}

.secondary-bold-font,
.heading-font {
	font-family: var(--secondary-bold-font);
}

.primary-medium-font {
	font-family: var(--primary-medium-font);
}

.primary-semibold-font {
	font-family: var(--primary-semibold-font);
}

.primary-black-font {
	font-family: var(--primary-black-font);
}

.review-user-font {
	font-family: var(--poppins-regular);
}

/* Font Sizes Here */
.level-1 {
	font-size: 68px;
}

.level-2 {
	font-size: 38px;
}

.level-4 {
	font-size: 34px;
}

.level-3 {
	font-size: 30px;
}

.level-5 {
	font-size: 26px;
}

.level-6-lg {
	font-size: 22px;
}

.level-6 {
	font-size: 20px;
}

.level-7-lg {
	font-size: 18px;
}

.level-7 {
	font-size: 16px;
}

.level-8 {
	font-size: 14px;
}

.level-9 {
	font-size: 13px;
}

.level-10 {
	font-size: 10px;
}
