.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}.main-content{flex:1}.menu-icon{color:var(--primary-color);margin-top:0}.drawer-container{width:250px;background-color:var(--background-color);height:100%}.drawer-list-item{color:var(--primary-color);text-decoration:none}html,body{height:100%;margin:0;font-family:Cormorant,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;background-color:var(--background-color, white);color:var(--font-color, #333);line-height:1.6}#root{display:flex;flex-direction:column;height:100%}:root{--primary-color: #5b7564;--secondary-color: #7d8d86;--accent-color: #e9ebca;--background-color: #fef3e2;--disabled-color: #eeedeb;--white-color: #fbf7f5;--font-color: #274333;--breakpoint-mobile: 768px}.button-primary{background-color:var(--primary-color);color:#fff;border-radius:0!important}.button-primary:hover{background-color:#fff;color:var(--primary-color)}
