/* Shared styles for all pages.
   Page-specific framework CSS lives in assets/<page>/app.css

   The page CSS already references the "IRANSans" family for body text and as
   the fallback for display headings; these @font-face rules point that name at
   the local IRANSansWeb files so it works fully offline. */

/* Hide the scrollbar on horizontally-scrollable carousels (script.js adds it). */
.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
	display: none;
}

@font-face {
	font-family: 'IRANSans';
	src: url('assets/fonts/IRANSansWeb_UltraLight.woff2') format('woff2'),
	     url('assets/fonts/IRANSansWeb_UltraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANSans';
	src: url('assets/fonts/IRANSansWeb_Light.woff2') format('woff2'),
	     url('assets/fonts/IRANSansWeb_Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANSans';
	src: url('assets/fonts/IRANSansWeb.woff2') format('woff2'),
	     url('assets/fonts/IRANSansWeb.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANSans';
	src: url('assets/fonts/IRANSansWeb_Medium.woff2') format('woff2'),
	     url('assets/fonts/IRANSansWeb_Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANSans';
	src: url('assets/fonts/IRANSansWeb_Bold.woff2') format('woff2'),
	     url('assets/fonts/IRANSansWeb_Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANSans';
	src: url('assets/fonts/IRANSansWeb_Black.woff2') format('woff2'),
	     url('assets/fonts/IRANSansWeb_Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
