/* The same Cairo font files used by the application, hosted locally. */
@font-face {
  font-family: Cairo;
  src: url('/assets/fonts/Cairo-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Cairo;
  src: url('/assets/fonts/Cairo-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Cairo;
  src: url('/assets/fonts/Cairo-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: Tajawal;
  src: url('/assets/fonts/Tajawal-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
