:root{--background:#fff;--foreground:#171717;--violet:#7570fd;--red:#e72462;--green:#00d68f;--heading:3.75rem;--subHeading:2.5rem;--textlg:1.375rem;--textmd:1rem;--textsm:0.875rem}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-padding-top:4rem;max-width:2000px;margin:0 auto;position:relative}body,html{overflow-x:hidden}body{color:var(--foreground);background:var(--background)}a{text-decoration:none}*{box-sizing:border-box;padding:0;margin:0}.not-found{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found-img{padding:2rem;width:40rem;height:-moz-fit-content;height:fit-content;object-fit:contain}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px;border:2px solid #f9f9f9}::-webkit-scrollbar-thumb:hover{background-color:#bbb}::-webkit-scrollbar-track{background-color:#f9f9f9;border-radius:10px}::-webkit-scrollbar-track:hover{background-color:#f0f0f0}scrollbar{width:8px}scrollbar-thumb{background-color:#ccc;border-radius:10px;border:2px solid #f9f9f9}scrollbar-thumb:hover{background-color:#bbb}scrollbar-track{background-color:#f9f9f9;border-radius:10px}scrollbar-track:hover{background-color:#f0f0f0}