:root{--color-primary:#000;--color-white:#FFFFFF;--color-black:#000000;--color-blue:#00C2FF;--color-purple:#1C59F3;--color-pink:#FF51EA;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:2.5rem;--font-size-6xl:3rem;--font-size-7xl:3.5rem;--font-size-8xl:4rem}@font-face{font-family:Rubik;src:url(/fonts/rubik.ttf) format("truetype")}html{scroll-behavior:smooth}body{overflow:hidden;height:100dvh;max-height:100dvh;background:url(/images/background.png);background-size:cover;background-position:50%;background-repeat:no-repeat}*,body{margin:0;padding:0}*{box-sizing:border-box;font-family:Rubik,sans-serif}.parent-container{background:url(/images/background.png);background-size:cover;background-position:50%;background-repeat:no-repeat;height:100dvh;width:100%;position:relative;overflow:hidden;display:flex;justify-content:center}