*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    font-family: var(--goog-regular);
}

button{
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: var(--s-sm);
}
svg{width: 1.4rem;height: 1.4rem;}
a{text-decoration: none; color: inherit;}
li{list-style-type: none;}
input, select{background-color: inherit; border: none; outline: none; color: var(--clr-text-primary);}