/* Minimal style overrides on top of Tailwind. */

html { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
code, pre, .font-mono { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }

::selection { background-color: rgba(34, 211, 238, 0.4); color: white; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }
