:root { color-scheme: dark; }
html { scroll-behavior: smooth; }
body { font-feature-settings: "cv02","cv03","cv04","cv11"; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }
table { border-collapse: collapse; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85em; }
