/* Variable Css Start Here */
/* Font cdn starts here */
@font-face {
	font-family: "cormorant-regular";
	src: url("../fonts/cormorant-garamond/CormorantGaramond-Regular.ttf");
}
@font-face {
	font-family: "cormorant-medium";
	src: url("../fonts/cormorant-garamond/CormorantGaramond-Medium.ttf");
}
@font-face {
	font-family: "cormorant-semibold";
	src: url("../fonts/cormorant-garamond/CormorantGaramond-SemiBold.ttf");
}
@font-face {
	font-family: "cormorant-light";
	src: url("../fonts/cormorant-garamond/CormorantGaramond-Light.ttf");
}
@font-face {
	font-family: "cormorant-bold";
	src: url("../fonts/cormorant-garamond/CormorantGaramond-Bold.ttf");
}
@font-face {
	font-family: "cormorant-italic";
	src: url("../fonts/cormorant-garamond/CormorantGaramond-Italic.ttf");
}
@font-face {
	font-family: "jost-regular";
	src: url("../fonts/jost/Jost-Regular.ttf");
}
@font-face {
	font-family: "jost-medium";
	src: url("../fonts/jost/Jost-Medium.ttf");
}
@font-face {
	font-family: "jost-semiBold";
	src: url("../fonts/jost/Jost-SemiBold.ttf");
}
@font-face {
	font-family: "jost-bold";
	src: url("../fonts/jost/Jost-Bold.ttf");
}
@font-face {
	font-family: "jost-thin";
	src: url("../fonts/jost/Jost-Thin.ttf");
}
@font-face {
	font-family: "jost-light";
	src: url("../fonts/jost/Jost-Light.ttf");
}
@font-face {
	font-family: "jost-italic";
	src: url("../fonts/jost/Jost-Italic.ttf");
}
@font-face {
	font-family: "bebasneue-regular";
	src: url("../fonts/bebas-neue/BebasNeue-Regular.ttf");
}
/* Font cdn ends here */

:root {
	/* Typography starts here */
	--secondary-regular-font: "cormorant-regular";
	--secondary-medium-font: "cormorant-medium";
	--secondary-semibold-font: "cormorant-semibold";
	--secondary-light-font: "cormorant-light";
	--secondary-bold-font: "cormorant-bold";
	--secondary-italic-font: "cormorant-italic";
	--bebasneue-regular-font: "bebasneue-regular";
	--primary-regular-font: "jost-regular";
	--primary-bold-font: "jost-bold";
	--primary-semibold-font: "jost-semiBold";
	--primary-medium-font: "jost-medium";
	--primary-light-font: "jost-light";
	--primary-italic-font: "jost-italic";
	--sub-font: "akshar-semibold";

	/* Typography ends here */
}
.primary-font,
.heading-font {
	font-family: var(--secondary-light-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);
}

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

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

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

.primary-italic-font {
	font-family: var(--primary-italic-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: 92px;
}

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

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

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

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

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

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

.level-5-lg {
	font-size: 20px;
}

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

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

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

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

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

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

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