/* Self-hosted Dubai font copied from the Flag design system. */

@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/assets/vendor/fonts/dubai/DubaiW23-Regular.woff2") format("woff2"),
    url("/assets/vendor/fonts/dubai/DubaiW23-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Dubai";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("/assets/vendor/fonts/dubai/DubaiW23-Bold.woff2") format("woff2"),
    url("/assets/vendor/fonts/dubai/DubaiW23-Bold.ttf") format("truetype");
}
