@tailwind base;
@tailwind components;
@tailwind utilities;

/* FullCalendar Customizations can go here if needed */
.fc {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.fc-event {
  cursor: pointer;
}