body{margin:0;background-color:#000}html,body{min-height:100vh;width:100%}button:not(.blank){border-radius:500px;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;font-weight:700;font-size:1.25rem;padding:1.25rem 2.75rem;letter-spacing:-7%;height:fit-content;cursor:pointer;transition:all .3s ease}button:not(.blank).primary{background-color:#000;color:#fff}button:not(.blank).upper{text-transform:uppercase}button:not(.blank).light{background-color:#e0e0e0;color:#000}button:not(.blank).small{padding:1rem 2rem;font-size:1rem}button:not(.blank).shimmer{position:relative;overflow:hidden}button:not(.blank).shimmer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}button:not(.blank):hover{transform:scale(1.05)}button:not(.blank):active{transform:scale(.95)}@keyframes shimmer{to{left:100%}}*{font-family:Inter,sans-serif}a{color:#78e9ff;text-decoration:none}input[type=text],textarea{padding:1rem 2rem;font-size:1rem;border-radius:1rem;border:1px solid #c1c1c1;box-sizing:border-box}@font-face{font-family:Inter;src:url(../../../Inter/Inter-VariableFont_opsz,wght.ttf);font-weight:100 900}
