:root{--bg:#FBF6F2;--line:#E7D8CC;--espresso:#3D2B24;--grey:#8A766A}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--espresso);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}input,textarea,select,button{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none}button{cursor:pointer;border:none;background:none}.serif{font-family:Georgia,Times New Roman,serif}::placeholder{color:#b6a496}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade{animation:fade .25s ease}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.fade,.spin{animation:none}}
