:root{--max-width:1100px;--border-radius:12px;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-color:#fbaf3f;--secondary-color:#000;--tertiary-color:#fff;--background-color:#111}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{background-color:var(--background-color)}a,body{color:var(--tertiary-color)}a{text-decoration:none}::-webkit-scrollbar{width:10px;height:5px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#744c10}