body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.bg-gray-100 {
  background-color: #f8f9fb;
}

.dropzone {
  cursor: pointer;
  transition: all 0.15s ease;
}

.dropzone--hover {
  background-color: #f0f4ff;
  border-color: #4154f1;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  font-size: 1.1rem;
}

.doc-name {
  cursor: pointer;
}

/* Fix overlapping content when the sidenav is pinned */
