/* assets/css/app.css
   Minimal custom styles. Everything else is Tailwind CDN utility classes
   (see the tailwind.config in includes/header.php for navy/gold colors). */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Password show/hide toggle button reset */
.eliot-pw-toggle {
  cursor: pointer;
  user-select: none;
}

/* Simple fade for mobile nav */
#eliot-mobile-nav {
  transition: opacity 0.15s ease-in-out;
}
