@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap";
*,:before,:after{box-sizing:border-box}html{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}body{background-color:#f5f5f5;min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}button{font-family:inherit}a{color:inherit;text-decoration:none}.app-layout{background-color:#f5f5f5;min-height:100vh;display:flex}.main-content{flex:1;min-width:0;max-height:100vh;overflow-y:auto}@media (max-width:900px){.app-layout{flex-direction:column}.main-content{max-height:none}}
