body[data-theme='sand'] .calendar-card .fc {
  --fc-page-bg-color: #fff8ef;
  --fc-border-color: rgba(124, 96, 67, 0.18);
  --fc-today-bg-color: rgba(197, 139, 82, 0.14);
  --fc-event-bg-color: #c58b52;
  --fc-event-border-color: #c58b52;
  --fc-event-text-color: #ffffff;
  --fc-button-bg-color: #c58b52;
  --fc-button-border-color: #c58b52;
  --fc-button-hover-bg-color: #b57d47;
  --fc-button-hover-border-color: #b57d47;
  --fc-button-active-bg-color: #a56e3f;
  --fc-button-active-border-color: #a56e3f;
  --fc-neutral-bg-color: rgba(124, 96, 67, 0.08);
  --fc-now-indicator-color: #c96b6b;
}

body[data-theme='sand'] .calendar-card .fc .fc-toolbar-title {
  color: #4a3b2a;
}

body[data-theme='sand'] .calendar-page {
  --calendar-fab-bg: #b56a3c;
  --calendar-fab-text: #ffffff;
  --calendar-fab-shadow: rgba(181, 106, 60, 0.32);
}

body[data-theme='sand'] .calendar-fab {
  background: #b56a3c;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(181, 106, 60, 0.32);
}
