:root {
  --brand: #5c4433;
  --brand-light: #8a6d55;
  --accent: #c68642;
}

body {
  background-color: #fbf7f2;
}

.bg-brand {
  background-color: var(--brand) !important;
}

.card-person {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.progress {
  height: 0.6rem;
}

.gap-card {
  border-left: 4px solid var(--accent);
}

.filled-badge {
  color: #2e7d32;
}

.relationship-banner {
  background: linear-gradient(135deg, #fff3e0, #fbe9e7);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
