:root{--background:#fbfdfb;--foreground:#173d2a;--surface:#fff;--surface-tint:#f0f6f2;--brand:#3d8d5c;--brand-strong:#285a3e;--muted-foreground:#64736a;--border:#dfe9e2}html[data-mantine-color-scheme=dark]{--background:#0f1712;--foreground:#eef8f1;--surface:#17211b;--surface-tint:#1a2b21;--brand:#6db786;--brand-strong:#91caa3;--muted-foreground:#9fb0a6;--border:#2a352e}*{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-geist-sans), Arial, sans-serif;-webkit-font-smoothing:antialiased;margin:0}button,input,select,textarea{font:inherit}a{color:inherit}::selection{color:#173d2a;background:#b9dec5}