@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('/fonts/noto.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* This forces the font and white background on the absolute root */
html, body, #__nuxt {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: 'Droid Arabic Kufi', sans-serif !important;
}

/* Ensure the swiper container takes up space */
swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}