* {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@font-face {
  font-family: "myfont";
  src: url("/fonts/Bestari.ttf");
}

body {
  direction: rtl;
  scroll-behavior: smooth;
  font-family: "myfont" , serif !important;
}

::selection {
  color: white;
  background-color: rgb(101, 101, 101);
}