body {
  margin: 0;
  font-family: "Vazir", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --toastify-font-family: "Vazir";
}

/* FONT */
@font-face {
  font-family: "Vazir";
  src: url("./Fonts/Vazir-Regular.eot");
  src: url("./Fonts/Vazir-Regular.eot?#iefix") format("embedded-opentype"),
    url("./Fonts/Vazir-Regular.woff2") format("woff2"),
    url("./Fonts/Vazir-Regular.woff") format("woff"),
    url("./Fonts/Vazir-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("./Fonts/Vazir-Bold.eot");
  src: url("./Fonts/Vazir-Bold.eot?#iefix") format("embedded-opentype"),
    url("./Fonts/Vazir-Bold.woff2") format("woff2"),
    url("./Fonts/Vazir-Bold.woff") format("woff"),
    url("./Fonts/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("./Fonts/Vazir-Black.eot");
  src: url("./Fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"),
    url("./Fonts/Vazir-Black.woff2") format("woff2"),
    url("./Fonts/Vazir-Black.woff") format("woff"),
    url("./Fonts/Vazir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("./Fonts/Vazir-Medium.eot");
  src: url("./Fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"),
    url("./Fonts/Vazir-Medium.woff2") format("woff2"),
    url("./Fonts/Vazir-Medium.woff") format("woff"),
    url("./Fonts/Vazir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("./Fonts/Vazir-Light.eot");
  src: url("./Fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"),
    url("./Fonts/Vazir-Light.woff2") format("woff2"),
    url("./Fonts/Vazir-Light.woff") format("woff"),
    url("./Fonts/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("./Fonts/Vazir-Thin.eot");
  src: url("./Fonts/Vazir-Thin.eot?#iefix") format("embedded-opentype"),
    url("./Fonts/Vazir-Thin.woff2") format("woff2"),
    url("./Fonts/Vazir-Thin.woff") format("woff"),
    url("./Fonts/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* END OF FONT */



.tox-statusbar__branding {
  display: none !important;
}

.tox-statusbar {
  display: none !important;
}

.tox-tinymce {
  border: 0 !important;
}

#tinymce img {
  max-width: 300px !important;
  max-height: 300px !important;
}

#editor img {
  max-width: 300px;
  max-height: 300px;
  /* display: block; */
}

.tox-editor-header {
  z-index: 0 !important;
}