:root{--background:255,255,255;--foreground:23,23,23;--dark-color:#171717;--white-color:#fff;--main-red:#ff9d9d;--main-orange:246,176,71;--main-yellow:246,208,71}body,html{max-width:100vw;scroll-behavior:smooth}body{color:rgb(var(--foreground));background:rgb(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}body.dark-mode{--background:10,10,10;--foreground:237,237,237;color-scheme:dark}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.mantine-Accordion-control{border-radius:inherit}.mantine-Drawer-title{font-weight:700;font-size:20px}