:root{--foreground-rgb:0,0,0;--background-rgb:180,213,195;--scrollbar-bg:transparent;--scrollbar-thumb:rgba(0,0,0,0.35);--scrollbar-thumb-hover:rgba(0,0,0,0.5)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--scrollbar-thumb:rgba(255,255,255,0.35);--scrollbar-thumb-hover:rgba(255,255,255,0.5)}}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:10px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb{visibility:hidden}:focus-within::-webkit-scrollbar-thumb,:focus::-webkit-scrollbar-thumb,:hover::-webkit-scrollbar-thumb{visibility:visible}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}