@font-face{font-family:workSans;src:url(/fonts/WorkSans-Regular.ttf);font-weight:400}@font-face{font-family:workSans;src:url(/fonts/WorkSans-Medium.ttf);font-weight:500}@font-face{font-family:workSans;src:url(/fonts/WorkSans-Bold.ttf);font-weight:700}@font-face{font-family:workSans;src:url(./fonts/WorkSans-Light.ttf);font-weight:300}@font-face{font-family:TangerineReg;src:url(/fonts/Tangerine-Regular.ttf);font-weight:400}@font-face{font-family:TangerineBold;src:url(/fonts/Tangerine-Bold.ttf);font-weight:700}*{margin:0;padding:0;box-sizing:border-box}html,body,body>*{width:100%;max-width:100%;height:100%;max-height:100svh;font-family:workSans}#app{display:grid;place-items:center;gap:3em;align-items:start}h1{font-size:clamp(33px,5vw,35px);text-align:center;font-weight:600;width:100%}h2{font-size:clamp(30px,4.5vw,33px);font-weight:500;margin:0;text-align:center}h3{font-size:clamp(18px,2.5vw,20px)}html:has(div.loader),body:has(div.loader),#app:has(div.loader){display:grid;place-items:center;overflow:hidden}div.loader{position:fixed;top:0;left:0;display:grid;place-items:center;align-content:center;width:100svw;height:100svh;background-color:#fff;z-index:1000;gap:.5em}div.loader>img{display:grid;place-items:center;height:clamp(50px,7.5svh,100px);width:fit-content}div.loader>img:first-child{scale:1.2;border-radius:50%;aspect-ratio:1 / 1}button{cursor:pointer}
