/* ============================================================
   Small custom CSS tweaks that go on top of the Tailwind CDN.
   Keep this file tiny — almost everything should be done with
   Tailwind utility classes directly in the PHP templates.
   ============================================================ */

html {
    scroll-behavior: smooth;
}

/* Nicer focus ring on calculator inputs */
input:focus, select:focus, textarea:focus {
    outline: none;
}
