/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Global reset & typography - Removed, Tailwind provides these via preflight */

/* FullCalendar: tint the "today" cell in the app's blue instead of the default yellow */
.fc .fc-day-today,
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
  background-color: #eff6ff !important; /* Tailwind blue-50 */
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #1d4ed8; /* Tailwind blue-700 */
  font-weight: 600;
}