:root {
  color-scheme: light;
}

body {
  font-feature-settings: "kern", "liga";
}

:focus-visible {
  outline: 2px solid #1f6f64;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fc-status-pending {
  background-color: #fde68a !important;
  border-color: #d97706 !important;
  color: #78350f !important;
}

.fc-status-confirmed {
  background-color: #1f6f64 !important;
  border-color: #1f6f64 !important;
  color: #fff !important;
}

.fc-status-cancelled {
  background-color: #e7e5e4 !important;
  border-color: #a8a29e !important;
  color: #44403c !important;
}

/* Tailwind preflight zeros borders and can collapse FullCalendar event chrome. */
.fc .fc-daygrid-event,
.fc .fc-list-event {
  display: block;
  min-height: 1.35rem;
}

.fc .fc-event {
  background-color: #1f6f64;
  border: 1px solid #145048;
  color: #fff;
}

.fc a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .calendar-month {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-agenda {
    display: none;
  }
}
