/* ---------------------------------------------------------------------------
   ArbFONTS - The Year of The Camel  |  خط عام الجمل
   Ported from the Webflow build. WOFF2 first (968 KB total, ~52% smaller than
   the original OTF), with OTF as a fallback for pre-2020 browsers.

   Deviation from the source, intentional: Webflow declared Bold and ExtraBold
   as two src URLs under a single font-weight:700 rule, which means ExtraBold
   was unreachable — the browser always resolved to the first entry (Bold).
   Here ExtraBold is given its own weight:800, so it is actually usable. Any
   existing 700 styling renders identically.
   --------------------------------------------------------------------------- */

@font-face {
	font-family: 'Arbfonts Theyearofthecamel';
	src: url('../fonts/ArbFONTS-TheYearofTheCamel-Thin.woff2') format('woff2'),
	     url('../fonts/ArbFONTS-TheYearofTheCamel-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: 'Arbfonts Theyearofthecamel';
	src: url('../fonts/ArbFONTS-TheYearofTheCamel-ExtraLight.woff2') format('woff2'),
	     url('../fonts/ArbFONTS-TheYearofTheCamel-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: 'Arbfonts Theyearofthecamel';
	src: url('../fonts/ArbFONTS-TheYearofTheCamel-Regular.woff2') format('woff2'),
	     url('../fonts/ArbFONTS-TheYearofTheCamel-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: 'Arbfonts Theyearofthecamel';
	src: url('../fonts/ArbFONTS-TheYearofTheCamel-Medium.woff2') format('woff2'),
	     url('../fonts/ArbFONTS-TheYearofTheCamel-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: 'Arbfonts Theyearofthecamel';
	src: url('../fonts/ArbFONTS-TheYearofTheCamel-Bold.woff2') format('woff2'),
	     url('../fonts/ArbFONTS-TheYearofTheCamel-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: 'Arbfonts Theyearofthecamel';
	src: url('../fonts/ArbFONTS-TheYearofTheCamel-ExtraBold.woff2') format('woff2'),
	     url('../fonts/ArbFONTS-TheYearofTheCamel-ExtraBold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF, U+2000-206F;
}
