/* Variable Css Start Here */
/* Font cdn starts here */
@font-face {
	font-family: "outfit-regular";
	src: url("../fonts/outfit/Outfit-Regular.ttf");
}
@font-face {
	font-family: "outfit-medium";
	src: url("../fonts/outfit/Outfit-Medium.ttf");
}
@font-face {
	font-family: "outfit-semibold";
	src: url("../fonts/outfit/Outfit-SemiBold.ttf");
}
@font-face {
	font-family: "outfit-light";
	src: url("../fonts/outfit/Outfit-Light.ttf");
}
@font-face {
	font-family: "outfit-bold";
	src: url("../fonts/outfit/Outfit-Bold.ttf");
}
@font-face {
	font-family: "cabinet-medium";
	src: url("../fonts/cabinet/CabinetGrotesk-Medium.woff");
}

@font-face {
	font-family: "inter_28pt-regular";
	src: url("../fonts/inter/Inter-Regular.otf");
}
@font-face {
	font-family: "inter_28pt-medium";
	src: url("../fonts/inter/Inter-Medium.otf");
}
@font-face {
	font-family: "inter_28pt-semiBold";
	src: url("../fonts/inter/Inter-SemiBold.otf");
}
@font-face {
	font-family: "inter_28pt-bold";
	src: url("../fonts/inter/Inter-Bold.otf");
}
@font-face {
	font-family: "inter_28pt-thin";
	src: url("../fonts/inter/Inter-Thin-BETA.otf");
}
@font-face {
	font-family: "inter_18pt-light";
	src: url("../fonts/inter/Inter-Light-BETA.otf");
}

@font-face {
	font-family: "tomato-semibold";
	src: url("../fonts/tomato/TomatoGrotesk-SemiBold.otf");
}
/* Font cdn ends here */

:root {
	/* Typography starts here */
	--secondary-regular-font: "outfit-regular";
	--secondary-medium-font: "outfit-medium";
	--secondary-semibold-font: "outfit-semibold";
	--secondary-light-font: "outfit-light";
	--secondary-bold-font: "outfit-bold";
	--primary-font: "anton-regular";
	--primary-regular-font: "inter_28pt-regular";
	--primary-bold-font: "inter_28pt-bold";
	--primary-semibold-font: "inter_28pt-semiBold";
	--primary-medium-font: "inter_28pt-medium";
	--primary-light-font: "inter_18pt-light";
	--sub-font: "cabinet-medium";

	/* Typography ends here */
}
.primary-font,
.heading-font {
	font-family: var(--secondary-bold-font);
}
.secondary-regular-font,
.para-font {
	font-family: var(--secondary-regular-font);
}

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

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

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

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

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

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

.sub-font {
	font-family: var(--sub-font);
}

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

.level-2-lg {
	font-size: 46px;
}

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

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

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

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

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

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

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

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

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

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