/* App-specific tweaks layered on top of the Tailwind Play CDN skeleton
   (see layout.html). Kept intentionally small; most styling is utility classes. */

:root {
  color-scheme: dark;
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

/* Dim the number-spinner so the large projector inputs read cleanly. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 0.4;
}
