@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@700;800;900&family=Onest:wght@400;500;600;700&display=swap";:root{--orange: #ff6900;--orange-dark: #e55a00;--orange-light: #fff3eb;--green: #00b749;--green-light: #f0fdf4;--red: #ff335f;--black: #1a1a1a;--gray-50: #f7f7f7;--gray-100: #f2f2f2;--gray-200: #e8e8e8;--gray-300: #d4d4d4;--gray-500: #a6a6a6;--gray-700: #595959;--gray-900: #333;--white: #ffffff;--radius: 16px;--radius-sm: 10px;--shadow: 0 2px 16px rgba(0,0,0,.07);--shadow-md: 0 8px 28px rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Onest,sans-serif;background:#f5f5f5;color:var(--black)}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:3px}
