:root{--crimson: #BD003B;--crimson-dark: #9A002F;--crimson-light: #FFE5EB;--black: #0A0A0A;--gray-900: #1A1A1A;--gray-700: #404040;--gray-500: #737373;--gray-300: #D4D4D4;--gray-200: #E5E5E5;--gray-100: #F5F5F5;--gray-50: #FAFAFA;--white: #FFFFFF;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);font-size:15px;line-height:1.5;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}
