:root{--sans-font: Inter;--bg: #f6f6f7;--accent-bg: #f5f5f5;--text-dark: #231f20;--text-neutral: #71727a;--text-light: #8f9098;--accent: #006ffd;--accent-light: #b4dbff;--border: #d4d6dd;--ease-time-default: .25s;--ease-curve-default: cubic-bezier(.42, 0, .58, 1);--ease-curve-out: cubic-bezier(0, 0, .58, 1)}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-ThinItalic.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/static/Inter_18pt-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}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{isolation:isolate}body{font-family:var(--sans-font);background:var(--bg);color:var(--text-neutral)}.link{text-decoration:none;color:var(--text-neutral);transition:color .1s ease-out}.link:hover,h1,h2,h3,h4,h5,h6{color:var(--text-dark)}.input{padding:1rem;border-radius:8px;border:.5px solid var(--border)}.input .email-input:focus{outline:none;box-shadow:0 0 0 3px #007bff1a}.button{background:var(--text-dark);color:var(--bg);transition:background var(--ease-time-default) var(--ease-curve-out);padding:1rem 2rem;border-radius:8px;font-weight:600;border:none}.button:hover{background:color-mix(in srgb,var(--text-dark) 80%,white)}.button:active{background:color-mix(in srgb,var(--accent) 80%,white)}
