:root{--bg: #ede9e3;--fg: #2854e0;--fg1: #2854e0;--fg2: #000000;--highlight: rgb(245, 255, 165)}html{background:var(--bg)}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;font-family:Inter Tight,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--fg1)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}input[type=text],input[type=button],input[type=submit]{-webkit-appearance:none;-webkit-border-radius:0}button.cta{font-size:20px;font-weight:500;background:var(--highlight);transform:translate(0);border:solid 2px black;color:#000;border-radius:15px;cursor:pointer;padding:7px 20px;width:155px;height:48px;box-shadow:2px 2px #000,5px 5px 0 var(--highlight),7px 7px #000,10px 10px 0 var(--highlight),11px 11px #000;transition:all .1s ease-out}button.cta:hover{background:#000;color:var(--highlight);transform:translate(3px,3px);box-shadow:2px 2px #000,3px 3px 0 var(--highlight),5px 5px #000,8px 8px 0 var(--highlight),9px 9px #000}
