/* Dubai Font — the official UAE typeface (bilingual AR/EN), self-hosted. */
@font-face {
  font-family: "Dubai";
  src: url("/static/fonts/Dubai-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dubai";
  src: url("/static/fonts/Dubai-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dubai";
  src: url("/static/fonts/Dubai-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
