:root {
	--firevert-border-radius-circle: 100%;
	--firevert-font-family: "Firevert-Inter", sans-serif;
	--firevert-box-shadow: 0px 2px 14px #0008291f;
}

$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)";
