:root{font-family:Space Grotesk,sans-serif;line-height:1.5;font-weight:400;--background-color: #EAE5D7;--surface-color: #ffffff;--border-color: rgba(62, 78, 80, .18);--text-color: #333333;--text-secondary-color: #666666;--accent-color: #96BBBB}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;background-color:var(--background-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:var(--text-color);line-height:1.2;margin-bottom:.5em}a{text-decoration:none;color:var(--text-color);transition:color .3s ease}a:hover{color:var(--accent-color)}*:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}::selection{background-color:var(--accent-color);color:#fff}.animated-underline{position:relative}.animated-underline:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:var(--text-color);transition:width .3s ease}.animated-underline:hover:after{width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary-color)}
