:root {
  --fc-button-bg-color: #145dfb;
  --fc-button-border-color: #145dfb;
  --fc-button-hover-bg-color: #2c9dff;
  --fc-button-hover-border-color: #2c9dff;
  --fc-button-active-bg-color: #145dfb;
  --fc-button-active-border-color: #145dfb;
}

@media (prefers-color-scheme: dark) {
  .fc-toolbar-title {
    color: oklch(96.7% .003 264.542);
  }

  .fc-event-time {
    color: oklch(96.7% .003 264.542);
  }

  .fc-event-title {
    color: oklch(96.7% .003 264.542);
  }

  .fc-daygrid-day-number {
    color: oklch(96.7% .003 264.542);
  }
}
