@import url("https://use.typekit.net/vqh7api.css");:root{--background:#ffffff;--foreground:#040a36;--color-ash:#f5f6f8;--color-bg:linear-gradient(125deg,#fff5ed,#f5f6f8 35% 65%,#edeeff);--color-border:#e8e9f2;--color-grey:#9c9bac;--color-blue:#2300be;--color-blue-light:#f3f1ff;--color-orange:#ff6e53;--color-navbar:var(--color-blue);--color-bubble:#fff;--box-shadow:0px 4px 20px 0px rgba(0,0,0,0.065),20px 4px 80px -30px rgba(14,106,251,0.2),-50px -40px 100px -20px rgba(255,110,83,0.1);--box-shadow-s:0px 4px 10px 0px rgba(0,0,0,0.065),10px 4px 30px -5px rgba(14,106,251,0.3),-20px -10px 50px -5px rgba(255,110,83,0.35);--input-box-shadow:0px 4px 20px 0px rgba(0,0,0,0.065),40px 4px 140px -50px rgba(14,106,251,0.65),-100px -46px 140px -50px rgba(255,110,83,0.35);--error:#e53935;--success:#43a047;--border-radius:1.125em;--border-radius-l:1.875em;--border-radius-s:0.625em;--text-large:2.25em;--text-big:2em;--text-medium:1.75em;--text-regular:1.2em;--text-small:0.975em;--font-serif:new-spirit,serif;--font-sans:"basic-sans",ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;--column-width:48em}@media (max-width:62em){:root{--column-width:42em}}::selection{background:var(--color-blue);color:var(--background)}body.theme-dark{--background:#0c0032;--foreground:#ffffff;--color-bg:#0c0032;--color-border:#2f205d;--color-navbar:#ffffff;--color-ash:#170b49;--color-grey:#8c85a5;--color-bubble:#291d61;--color-blue-light:#271560;--box-shadow:0px 4px 20px 0px rgba(0,0,0,0.065),20px 4px 70px -30px rgba(14,106,251,0.35),-50px -40px 100px -20px rgba(255,110,83,0.2);--box-shadow-s:0px 4px 10px 0px rgba(0,0,0,0.065),10px 4px 30px -5px rgba(14,106,251,0.4),-20px -10px 50px -5px rgba(255,110,83,0.45);--input-box-shadow:0px 4px 20px 0px rgba(0,0,0,0.065),40px 4px 140px -50px rgba(14,106,251,0.6),-100px -46px 140px -50px rgba(255,110,83,0.4)}@supports (background:linear-gradient(red 0%,red 0% 1%,red 2%)){body.theme-dark{--color-bg:linear-gradient(125deg,#0c0032,#191155 35% 65%,#170032)}}body.theme-dark ::selection{color:var(--foreground)}body,html{max-width:100vw}html{font-size:16px}body{min-height:100svh;color:var(--foreground);background:var(--color-bg);font-family:var(--font-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;scrollbar-color:var(--color-grey) transparent}a{color:inherit;text-decoration:none}