/* Custom styles */
body {
  font-family: 'Vazir', Tahoma, Arial, sans-serif;
}
input, select, textarea {
  border-color: #d1d5db;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.companion {
  background-color: #f9fafb;
}
table {
  border-collapse: collapse;
}
th, td {
  border: 1px solid #e5e7eb;
}