* {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

body {
  background: #f9fafb;
}

input, textarea, select {
  outline: none;
}

input:focus, textarea:focus, select:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.1);
}
