@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter;color:#fff;background-color:#0e0a12}body{font-size:.875rem;line-height:1.225rem;font-weight:400}h1{font-size:2rem;line-height:2.375rem;font-weight:700;margin-top:unset}h3{font-size:1.25rem;line-height:2rem;font-weight:500;margin-top:unset}.app-content{padding:1.5rem 8rem}.navbar{padding:2rem 1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar .logo{width:6.25rem}.wallet-button.primary-button{padding-left:2.375rem;padding-right:2.375rem}.primary-button{color:#fff;background-color:#7600dd;font-family:Inter;font-size:1rem;line-height:1.5rem;font-weight:500;border:none;padding:.5em .375em;border-radius:.5em;display:flex;justify-content:center;align-items:center}.primary-button.rounded{border-radius:2.5rem}.primary-button:enabled{cursor:pointer}.primary-button:enabled:hover{background-color:#9028eb}.primary-button:enabled:active{background-color:#831edb}.primary-button:disabled{background-color:#868388}.deposit{background-color:#16111a;padding:.5rem;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;width:350px}.deposit .primary-button,.deposit-modal .primary-button{width:100%}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000000d9;backdrop-filter:blur(4px)}.modal .modal-content{border:1px solid #3E3B41;border-radius:1.5rem;box-shadow:0 .25rem 13.25rem #663cdf40;padding:2.625rem 2rem}
