@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);#root,.app,body,html{background-color:#f4f2ee;font-family:Montserrat,sans-serif;height:100%;width:100%}.app{display:flex;height:100vh;overflow:hidden;position:relative}.content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto;padding-bottom:env(safe-area-inset-bottom)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e0e0e0}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-track:hover{background:#555}