@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");body{font-family:var(--font-sans)}*,body{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.lofi-bg-pattern{background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 70px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}