@font-face {
	font-family: "iran-sans";
	src: url("../../fonts/IRANSansX-Regular.woff") format("woff"),
		url("../../fonts/IRANSansX-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: "iran-sans", "Inter";
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.css-1m8qzkt {
	z-index: 100000;
}