:root{--bg-color: #0a192f;--text-color: #8892b0;--heading-color: #ccd6f6;--accent-colorr: #64ffda;--accent-color: #599EEB;--header-bg: rgba(10, 25, 47, .85);--accent-color-rgb: 100, 255, 218}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:rgba(var(--accent-color-rgb),.8)}
