@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap");:root{--color-primary:#c1ff72;--color-primary-dark:#65ad07;--color-blue:#0765e8;--color-blue-dark:#0550c0;--color-bg:#f6f6f6;--color-white:#fff;--color-black:#000;--color-text:rgba(87,87,87,.8);--color-stroke:#e4e4e4;--color-red:#f24;--font-family:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:12px}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-family);font-size:16px;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}body{min-height:100vh;line-height:1.6;letter-spacing:-.02em}a{color:var(--color-blue);text-decoration:none}a:hover{color:var(--color-blue-dark)}