.themeBtn{
    padding:8px 14px;
    border-radius:999px;
    border:1px solid color-mix(in srgb, currentColor 20%, transparent);
    background:rgba(255,255,255,.06);
    color:inherit;
    font-family:'Play';
    font-weight:700;
    cursor:pointer;
}

.themeBtn.active{
    background:currentColor;
    color:#000;
}