:root{--teal:#00c2c7;--teal-dark:#009fa4;--teal-light:#e0f9fa;--out-red:#e03a3a;--out-bg:#fff0f0;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-400:#aaa;--gray-600:#666;--gray-700:#444;--black:#111;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:#f2f4f3;color:var(--black);min-height:100vh}button,input,select{font-family:inherit}