/* Council Websites Kent — base styles */
html { scroll-behavior: smooth; background-color: #0b1221; scrollbar-gutter: stable; }
body { font-family: Inter, ui-sans-serif, system-ui; }

/* Polished scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0b1221; }
::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #334155; }
