:root{--navy: #2C3A62;--brown: #733E17;--mid-grey: #A5A5A5;--dark-grey: #6B6B6B;--bg: #F4F3F0;--white: #FFFFFF;--border: rgba(44, 58, 98, .12);--border-light: rgba(44, 58, 98, .06);--card-radius: 8px;--btn-radius: 5px}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--dark-grey);line-height:1.5;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}@media(max-width:768px){input,textarea,select{font-size:16px}}
