:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;--color-background-primary:#fff;--color-background-secondary:#f7f7f6;--color-background-tertiary:#efeeec;--color-text-primary:#191918;--color-text-secondary:#5c5b58;--color-text-tertiary:#908e8a;--color-border-tertiary:#e5e4e2;--color-border-secondary:#d4d3d1;--color-background-info:#e7f0fa;--color-text-info:#1f5fa8;--color-background-success:#e3f5ec;--color-text-success:#137a4c;--color-background-warning:#fdf4dd;--color-text-warning:#8a6400;--color-background-danger:#fde9e7;--color-text-danger:#a8281f;--border-radius-md:6px;--border-radius-lg:12px}*{box-sizing:border-box}#__next,body,html{margin:0;padding:0;min-height:100vh;background:var(--color-background-primary)}body{font-family:var(--font-sans);color:var(--color-text-primary);-webkit-font-smoothing:antialiased}button,input{font-family:inherit}