/* DIN Next Arabic — خط الموقع العربي */
@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/DINNextLTArabic-UltraLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/DINNextLTArabic-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/DINNextLTArabic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/subset-DINNextLTArabic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/subset-DINNextLTArabic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/subset-DINNextLTArabic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/subset-DINNextLTArabic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next Arabic";
  src: url("../fonts/din-next/subset-DINNextLTArabic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --site-font-ar: "DIN Next Arabic", "DIN Next LT Arabic", system-ui, -apple-system, sans-serif;
}

html[lang="ar"],
html[dir="rtl"] {
  font-family: var(--site-font-ar);
}
