*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; line-height: 1.6; font-weight: 400; color: #1a1a2e; background-color: #f0eef6; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { margin: 0; min-height: 100vh; } #root { min-height: 100vh; } /* Custom scrollbar */ ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: #b8b4cc; border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: #9590b0; } /* Scrollbar for Firefox */ * { scrollbar-width: thin; scrollbar-color: #b8b4cc transparent; }