:root{--Ink: #160f29;--Island: #368f8b;--IslandDark: #246a73;--Sand: #fff8ef;--Shadow: #f4e4d8;--White: #ffffff;--InkLight: #a4998e;--Air: #fbfbfc;--Shaded: #e2d1c5}body{margin:0}.bg-sand{background-color:var(--Sand)}.bg-white{background-color:var(--White)}.footer-min{min-height:70px}.component-container{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;height:calc(100vh - 110px)}*{color:var(--Ink);font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;letter-spacing:-.2px}button{cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.button-container{display:flex;max-width:100%;justify-content:center}.large-button{margin:auto 24px 18px;max-width:100%;border-radius:8px;display:flex;padding:10px;justify-content:center;align-items:center;align-self:stretch;flex-grow:1;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.primary-button-style{border:1px solid var(--Island);background-color:var(--Island);color:var(--White)}.primary-button-style:hover{background-color:var(--IslandDark)}.secondary-button-style{border:1px solid var(--Shadow);background-color:var(--White)}.secondary-button-style:hover{background-color:var(--Sand)}
