/* Variable Css Start Here */
/* Font cdn starts here */
@font-face {
	font-family: "technor-regular";
	src: url("../fonts/technor/Technor-Regular.woff");
}
@font-face {
	font-family: "technor-medium";
	src: url("../fonts/technor/Technor-Medium.woff");
}
@font-face {
	font-family: "technor-semibold";
	src: url("../fonts/technor/Technor-Semibold.woff");
}
@font-face {
	font-family: "technor-bold";
	src: url("../fonts/technor/Technor-Bold.woff");
}
@font-face {
	font-family: "technor-light";
	src: url("../fonts/technor/Technor-Light.woff");
}
@font-face {
	font-family: "russo-regular";
	src: url("../fonts/russo/RussoOne-Regular.ttf");
}
/* Font cdn ends here */

:root {
	/* Typography starts here */
	--secondary-regular-font: "russo-regular";
	--primary-bold-font: "technor-Bold";
	--primary-light-font: "technor-Light";
	--primary-medium-font: "technor-Medium";
	--primary-regular-font: "technor-regular";
	--primary-semibold-font: "technor-Semibold";
	/* Typography ends here */
}
