body.theme-sambapos {
  --accent: #e33b2f;
  --accent-dark: #a9231c;
  --green: #e33b2f;
  --green-dark: #b42a22;
  --green-soft: #ffe8e3;
  --mint: #ffe8e3;
  --nav-hover: #fff0ed;
  --cream: #fff7f4;
  --bg: #fff5f2;
  --line: #ead6d1;
  --line-strong: #d9b8b0;
}

.theme-sambapos .brand-row {
  background: linear-gradient(180deg, #fff 0%, #fff5f2 100%);
}

.theme-sambapos .hotel-name,
.theme-sambapos .brand,
.theme-sambapos header > a {
  letter-spacing: -.02em;
}

.theme-sambapos .brand span,
.theme-sambapos nav a,
.theme-sambapos footer a {
  color: var(--accent, #e33b2f);
}

.theme-sambapos .sidebar .brand span,
.theme-sambapos .brand-mark {
  color: #fff;
}

.theme-sambapos .bg-gray-100 {
  background-color: #fff5f2;
}

.theme-sambapos .bg-gray-800,
.theme-sambapos button.bg-gray-800 {
  background-color: #d9362b;
}

.theme-sambapos .text-indigo-600 {
  color: #d9362b;
}

.theme-sambapos svg.text-gray-500,
.theme-sambapos svg.text-gray-800 {
  color: #d9362b;
}

.theme-sambapos .focus\:ring-indigo-500:focus {
  --tw-ring-color: #e33b2f;
}
