@charset "UTF-8";@font-face{font-family:BBH Hegarty;src:url(/assets/fonts/BBH_Hegarty/BBHHegarty-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans;src:url(/assets/fonts/Noto_Sans/NotoSans-Variable.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans;src:url(/assets/fonts/Noto_Sans/NotoSans-Italic-Variable.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}:root{--color-aliceblue: oklch(.9832 .0068 247.89);--color-evergreen: oklch(.2224 .0454 151.54);--color-lawngreen: oklch(.89 .2273 133.46);--color-malachite: oklch(.8048 .2314 147.84);--color-porcelain: oklch(.9977 .0045 134.85);--color-oxred: oklch(.4235 .1727 29.43);--color-aliceblue-10: oklch(.9832 .0068 247.89 / .1);--color-aliceblue-20: oklch(.9832 .0068 247.89 / .2);--color-aliceblue-30: oklch(.9832 .0068 247.89 / .3);--color-aliceblue-70: oklch(.9832 .0068 247.89 / .7);--color-aliceblue-90: oklch(.9832 .0068 247.89 / .9);--color-evergreen-10: oklch(.2224 .0454 151.54 / .1);--color-evergreen-20: oklch(.2224 .0454 151.54 / .2);--color-evergreen-70: oklch(.2224 .0454 151.54 / .7);--color-evergreen-90: oklch(.2224 .0454 151.54 / .9);--color-lawngreen-20: oklch(.89 .2273 133.46 / .2);--color-oxred-20: oklch(.4235 .1727 29.43 / .2);--color-white-08: oklch(1 0 0 / .08);--color-white-10: oklch(1 0 0 / .1);--color-white-15: oklch(1 0 0 / .15);--color-white-25: oklch(1 0 0 / .25);--shadow-light: oklch(0 0 0 / .1);--shadow-medium: oklch(0 0 0 / .3);--shadow-heavy: oklch(0 0 0 / .45);--font-brand: "BBH Hegarty", sans-serif;--font-text: "Noto Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-text);font-weight:400;line-height:1.6;color:var(--color-aliceblue);background-color:var(--color-evergreen);min-height:100vh;min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-text);font-weight:600;line-height:1.3;color:var(--color-aliceblue)}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}p{margin-bottom:16px}a{color:var(--color-lawngreen);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-malachite)}a:focus{outline:2px solid var(--color-lawngreen);outline-offset:2px}input,button,textarea,select{font-family:inherit;font-size:inherit}input[type=text],input[type=email],input[type=password],textarea{width:100%;padding:16px;background-color:var(--color-white-10);border:1px solid var(--color-lawngreen-20);border-radius:8px;color:var(--color-aliceblue);transition:border-color .15s ease,box-shadow .15s ease}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,textarea::placeholder{color:var(--color-aliceblue-70)}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus{outline:none;border-color:var(--color-lawngreen);box-shadow:0 0 0 3px var(--color-lawngreen-20)}input[type=text].error,input[type=email].error,input[type=password].error,textarea.error{border-color:var(--color-oxred)}input[type=text].error:focus,input[type=email].error:focus,input[type=password].error:focus,textarea.error:focus{box-shadow:0 0 0 3px var(--color-oxred-20)}button{cursor:pointer;border:none;background:none}button:disabled{cursor:not-allowed;opacity:.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .35s ease-out}
