:root { color-scheme: light; }
body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.font-display { font-family: Poppins, Inter, sans-serif; }
:focus-visible { outline: 2px solid #0077FF; outline-offset: 2px; }
.shadow-soft { box-shadow: 0 6px 18px rgba(0,0,0,0.06); }

html.dark body { background: #0f172a; color: #f8fafc; }
