@charset "UTF-8";

body {
  font-family: 'Vazir', sans-serif;
}

.tab-button {
  background-color: #f3f4f6;
  color: #4b5563;
  border-bottom: 2px solid transparent;
}

.tab-button.active {
  background-color: #ffffff;
  color: #2563eb;
  border-bottom: 2px solid #2563eb;
}

.tab-button:hover {
  background-color: #e5e7eb;
}

input, button {
  font-family: 'Vazir', sans-serif;
}
