/* ── Reset and custom bits ── */
/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #e5e5e5; border-radius: 3px; }

html { height: 100%; }
body { height: 100vh; }
