:root{--primary-color: #8b7e74;--secondary-color: #e1d1c0;--accent-color: #92754c;--text-color: #333333;--light-color: #f9f6f2}html,body{margin:0;padding:0;background-color:var(--light-color);min-height:100vh;width:100%;overflow-x:hidden;font-family:Montserrat,sans-serif;color:var(--text-color);line-height:1.6}*{box-sizing:border-box}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background-color:var(--light-color)}
