@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--container:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{color:#0f172a;background:#fff;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{width:min(100% - 32px, var(--container));margin:0 auto}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
