@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "peyda";
  src: url("./fonts/peyda/Peyda-Regular\(@vieratec\).ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "peyda-semibold";
  src: url("./fonts/peyda/Peyda-SemiBold\(@vieratec\).ttf");
}

@font-face {
  font-family: "peyda-balck";
  src: url("./fonts/peyda/peyda-extralight\(@vieratec\).ttf");
}

@font-face {
  font-family: "iransans";
  src: url("./fonts/iransans/iransansdnweb.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "peyda-bold";
  src: url("./fonts/peyda/Peyda-Bold\(@vieratec\).ttf");
}

* {
  direction: rtl !important;
  font-family: "peyda";
}

.iransans {
  font-family: "iransans" !important;
}

.sem {
  font-family: "peyda-semibold" !important;
  font-weight: "600" !important;
}

.font-black {
  font-family: "peyda-black" !important;
  font-weight: "900" !important;
}

.bold {
  font-family: "peyda-bold" !important;
  font-weight: "1000" !important;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
