:root {
    font-size: 60%; /* controle das medidas rem */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body,
input,
button,
textarea{
    /*font: 500 1.6rem Poppins;*/
    font-weight: 500;
    font-family: Poppins;
    font-size: 1.6rem;
}
dl,ul,ol{
    margin-bottom: 0;
}