@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/iranyekan-xfa-num-light.woff2') format('woff2');
}

@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/iranyekan-xfa-num-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/iranyekan-xfa-num-medium.woff2') format('woff2');
}

@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/iranyekan-xfa-num-demi-bold.woff2') format('woff2');
}

@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/iranyekan-xfa-num-extra-bold.woff2') format('woff2');
}

/* ==========================================================================
   Accessibility & Core Utilities
   ========================================================================== */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ffffff;
	border: 2px solid #0d1329;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	clip-path: none;
	color: #0d1329;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	right: 16px;
	line-height: normal;
	padding: 10px 16px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
}

/* ==========================================================================
   Desktop Custom Scrollbar
   ========================================================================== */

:root {
	--scrollbar-width: 6px;
	--scrollbar-track-color: #f1f4f9;
	--scrollbar-thumb-color: #d8b504;
	--scrollbar-thumb-hover-color: #a38700;
}

@media screen and (min-width: 992px) {
	/* Firefox (Gecko) only: Firefox uses W3C scrollbar-color */
	@supports (-moz-appearance: none) {
		html {
			scrollbar-width: thin;
			scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
		}
	}

	/* WebKit / Chromium (Chrome, Edge, Safari, Opera, Brave) */
	/* In Chromium, scrollbar-color must NOT be set, otherwise it overrides and disables ::-webkit-scrollbar and forces rounded corners */
	html::-webkit-scrollbar,
	body::-webkit-scrollbar,
	::-webkit-scrollbar {
		width: var(--scrollbar-width);
		height: var(--scrollbar-width);
	}

	html::-webkit-scrollbar-track,
	body::-webkit-scrollbar-track,
	::-webkit-scrollbar-track {
		background: var(--scrollbar-track-color);
		border-radius: 0 !important;
	}

	html::-webkit-scrollbar-thumb,
	body::-webkit-scrollbar-thumb,
	::-webkit-scrollbar-thumb {
		background-color: var(--scrollbar-thumb-color);
		border-radius: 0 !important;
		border: none !important;
		box-shadow: none !important;
	}

	html::-webkit-scrollbar-thumb:hover,
	body::-webkit-scrollbar-thumb:hover,
	::-webkit-scrollbar-thumb:hover {
		background-color: var(--scrollbar-thumb-hover-color);
	}
}

