/* Roboto */
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Roboto.ttf");
  font-weight: 900;
}
/* Cairo */
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 100;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 200;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 300;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 400;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 500;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 700;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 800;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}
@font-face {
  font-family: "Default";
  src: url("./fonts/Cairo.ttf");
  font-weight: 900;
  unicode-range: U+0600-06FF; /* Arabic Unicode range */
}

* {
  font-family: "Default" !important;
}
