@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url('./montserrat/400.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url('./montserrat/700.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  font-weight: 400;
  src: url('./noto-sans/400.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: 700;
  src: url('./noto-sans/700.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Naskh Arabic';
  font-weight: 400;
  src: url('./noto-naskh/400.ttf') format('truetype');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-weight: 700;
  src: url('./noto-naskh/700.ttf') format('truetype');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
  font-display: swap;
}
