@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#fdfdfc;--foreground:#1a1c14;--primary:#5d5839;--primary-hover:#4a462c;--secondary:#f8f7f4;--border:#5d583926;--error:#b54a4a;--success:#3c7d50}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#5d583933;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
