:root {
	--firevert-accent: #107ef3;
	--firevert-black: #000000;
	--firevert-red: #e72b32;
	--firevert-light-black: #191a1f;
	--firevert-white: #ffffff;
	--firevert-border-color: #0000001a;
	--firevert-border-radius-primary: 10px;
	--firevert-border-radius-secondary: 30px;
	--firevert-border-radius-circle: 100%;
	--firevert-font-family: "Firevert-Inter", sans-serif;
	--firevert-box-shadow: 0px 2px 14px #00082933;
}

$z-index: 2147483647;

$xxs: "only screen and (min-width: 360px)";
$xs: "only screen and (min-width: 380px)";
$sm: "only screen and (min-width: 576px)";
$md: "only screen and (min-width: 768px)";
$lg: "only screen and (min-width: 992px)";
$xl: "only screen and (min-width: 1200px)";
$xxl: "only screen and (min-width: 1440px)";
$xxxl: "only screen and (min-width: 1600px)";
$xxxxl: "only screen and (min-width: 1920px)";
