:root {
  --fc-button-text-color: #94292d;
  --fc-button-bg-color: #ffffff00;
  --fc-button-border-color: #94292d;
  --fc-button-hover-text-color: #53575b;
  --fc-button-hover-bg-color: #ffffff00;
  --fc-button-hover-border-color: #94292d;
  --fc-button-active-bg-color: #ffffff00;
  --fc-button-active-border-color: #94292d;

  --fc-event-bg-color: #9E0022;
  --fc-event-border-color: #9E0022;
  --fc-event-text-color: #ffffff;
}