@font-face {
  font-family: "MontserratArabic";
  font-style: normal;
  font-weight: 400;
  src: url("Montserrat-Arabic-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "MontserratArabic";
  font-style: normal;
  font-weight: 700;
  src: url("Montserrat-Arabic-Bold.ttf") format("truetype");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

body {
  font-family: "MontserratArabic", sans-serif;
  text-align: center;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 400;
}
