body {
  background-image:
    radial-gradient(circle at top right, rgba(139, 94, 52, 0.07), transparent 28%),
    linear-gradient(180deg, #f7f1e8 0%, #f4ede4 100%);
}

.nav-link {
  color: rgb(87 83 78);
  transition: color 0.15s ease;
}

.nav-link:hover,
.nav-link-active {
  color: rgb(28 25 23);
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgb(231 229 228);
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(87 83 78);
  background: rgb(250 250 249);
}

.pill-success {
  border-color: rgb(187 247 208);
  background: rgb(240 253 244);
  color: rgb(22 101 52);
}

.pill-brand {
  border-color: rgb(216 180 154);
  background: rgb(255 247 237);
  color: rgb(154 52 18);
}

.pill-warning {
  border-color: rgb(253 230 138);
  background: rgb(254 252 232);
  color: rgb(133 77 14);
}

.table-cell-note {
  max-width: 28rem;
  white-space: normal;
  line-height: 1.7;
}

.avatar-fallback {
  display: none;
}
