:root{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;line-height:1.5;font-weight:400;--primary-color: #96BBBB;--secondary-color: #3E4E50;--background-color: #EAE5D7;--text-color: #333333;--text-secondary-color: #666666}*{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(--secondary-color);line-height:1.2;margin-bottom:.5em}a{text-decoration:none;color:var(--primary-color);transition:color .3s ease}a:hover{color:var(--secondary-color)}*:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}::selection{background-color:var(--primary-color);color:#fff}.animated-underline{position:relative}.animated-underline:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:var(--primary-color);transition:width .3s ease}.animated-underline:hover:after{width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}
