/* Bound by Iris — minimal fallback stylesheet */
/* Main styles live inline in views/layout.ejs for EJS partial inclusion */
:root { --bg: #0a0a0a; }
body { background: var(--bg); }
html { scroll-behavior: smooth; }
@media (max-width: 768px) { :root { font-size: 14px; } }