/* Small overrides beyond Tailwind CDN utility classes. */

html {
    /* Scales every Tailwind rem-based text size up slightly, app-wide. */
    font-size: 106%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

input, select, textarea {
    font-size: 16px; /* prevents iOS Safari auto-zoom on focus */
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 3px;
}
