textarea {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

textarea:focus {
  box-shadow: inset 0 0 0 2px rgb(99 102 241 / 0.25);
}

#diff-view {
  word-break: break-word;
}

.tab-btn {
  transition: background-color 0.15s ease, color 0.15s ease;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgb(203 213 225);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(148 163 184);
}
