/* Local Arabic font + Amiri fallback for Quranic text */
@font-face {
  font-family: 'Arabic';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('./arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap');
