:root {
  --color-white: white;
  --color-black: #292929;
  --color-orange: #fc913a;
  --color-dark-violet: #25002c;
  --color-grey: #eee;
}

@font-face {
  font-family: IRANSans;
  src: url(../../fonts/IRANSansWeb.ttf);
}

@font-face {
  font-family: iranyekan;
  src: url(../../fonts/iranyekanwebregular.ttf);
}

@font-face {
  font-family: pelak;
  src: url(../../fonts/pelak.woff);
}

@font-face {
  font-family: Shabnam;
  src: url(../../fonts/Shabnam.ttf);
}

body {
  direction: rtl;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
