/* typography */
body {
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dropdown::after {
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .table td:first-child,
  .table th:first-child {
    padding-right: max(4rem, calc(50vw - 530px));
  }
  .table td:last-child,
  .table th:last-child {
    padding-left: max(4rem, calc(50vw - 530px));
  }
}

/* .slider__controler */
.slider__controler {
  scale: -1;
}
