/* Custom styles beyond Tailwind */
kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
}

.day-cell:disabled {
  opacity: 1;
}

.day-cell[data-is-today="1"] {
  font-weight: 600;
}
