/* small custom styles on top of Tailwind */
body { font-family: 'General Sans', system-ui, sans-serif; }
.press { transition: transform .08s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease; }
.press:active { transform: scale(.97); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
