.button{display:flex;align-items:center;justify-content:center;transition:all .18s cubic-bezier(.4,0,.2,1);padding:1rem 2rem;font-family:var(--font-fredoka),"Fredoka",sans-serif;font-size:1.125rem;font-weight:500;border:none;border-radius:9999px;outline:none;box-shadow:0 8px 32px 0 rgba(0,0,0,.1);cursor:pointer}.button--primary{color:#fff;background:#ffd100}.button--primary:active{background:rgb(229.5,188.1,0)}@media(hover:hover){.button--primary:hover{background:rgb(229.5,188.1,0)}}.button--secondary{color:#08f;background:#fff;border:2px solid #08f}.button--secondary:active{color:#fff;background:#08f}@media(hover:hover){.button--secondary:hover{color:#fff;background:#08f}}.button--white{color:#08f;background:#fff;border:2px solid #fff}.button--white:active{color:#fff;background:#08f}@media(hover:hover){.button--white:hover{color:#fff;background:#08f}}