@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@400;500;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif;background:#e8e5e1;color:#000}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:5px}.card-item{transition:box-shadow .15s ease,transform .15s ease}.card-item:hover{box-shadow:0 4px 14px rgba(0,0,0,.1);transform:translateY(-1px)}