/* ====================================================================================
THEME TOGGLE
 ====================================================================================*/
.theme-toggle{
    margin-left: .5rem;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--fg);
    border-radius: 999px;
    padding: .45rem .6rem;
    font-size: .9rem;
    cursor: pointer;
}

.theme-toggle:hover{
    background: rgba(0,0,0,.05);
}
