/* Custom additions on top of Tailwind CDN */
:root { color-scheme: dark; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24; }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #111e21; }
::-webkit-scrollbar-thumb { background: #244147; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #17b0cf; }
html { scroll-behavior: smooth; }
