@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);body{background-color:#f9f2ed}*{box-sizing:border-box;font-family:Inter,system-ui!important;-webkit-user-select:none;user-select:none}.App{grid-column-gap:30px;background-color:#fff;border-radius:15px;box-shadow:0 10px 20px #0000000d;display:grid;grid-template-columns:1fr 1fr;margin:100px auto;padding:30px;width:800px}.block input{font-size:3rem;font-weight:700;letter-spacing:1.3px;margin-top:20px;outline:none;padding:20px;width:100%}.block input,.currencies{border:1px solid #0000001a;border-radius:5px}.currencies{display:flex;list-style:none;margin:0;overflow:hidden;padding:0}.currencies li{border-right:1px solid #0000000d;cursor:pointer;display:inline-flex;flex:1 1;justify-content:center;padding:10px 20px}.currencies li:hover{background-color:#00000008}.currencies li:active{background-color:#0000000d}.currencies li.active{background-color:#16b67f;color:#fff}.currencies li:last-of-type{align-items:center;border-right:0;display:inline-flex;flex:0 0 50px}.currencies li:last-of-type svg{height:16px;width:16px}
/*# sourceMappingURL=main.d74f7488.css.map*/