@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Instrument+Sans:wght@400;500;600;700&display=swap";:root{--blue:#3c28f9;--blue-light:#3c28f914;--blue-hover:#2d1ed4;--purple:#b352ed;--purple-light:#b352ed14;--green:#39d98a;--green-light:#39d98a14;--dark:#0d1714;--bg:#f0f5f2;--white:#fff;--gray-50:#f8faf9;--gray-100:#f0f5f2;--gray-200:#e2e8e4;--gray-300:#c5cec8;--gray-400:#9ba5a0;--gray-500:#6b7570;--gray-600:#4a524e;--gray-700:#2e3532;--red:#ff4d4f;--red-light:#ff4d4f14;--orange:#fa8c16;--orange-light:#fa8c1614;--font-body:"DM Sans", system-ui, sans-serif;--font-heading:"Instrument Sans", system-ui, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:58px;--shadow-sm:0 1px 2px #0d17140f;--shadow-md:0 2px 8px #0d171414;--shadow-lg:0 4px 16px #0d17141a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--dark);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:var(--blue);text-decoration:none}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body);font-size:14px}
