/* ==========================================
   LyricsGroove Global
========================================== */

body{

background:var(--lg-bg-soft);

color:var(--lg-text);

}

a{

transition:.25s;

text-decoration:none;

}

button{

transition:.25s;

}

.lg-card{

background:#fff;

border-radius:var(--lg-radius);

box-shadow:var(--lg-shadow-sm);

border:1px solid var(--lg-border);

}

.lg-button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:12px 22px;

border-radius:12px;

background:var(--lg-primary);

color:#fff;

font-weight:600;

}

.lg-button:hover{

background:var(--lg-primary-hover);

}