:root {
    --cor-primaria:#FFB600;
    --cor-secundaria:#ffca43;
    --preto-claro:#262626;
    --branco:#F7F7F7;
}
html {
  font-size: 16px;
}
p{
    font-family: "Open Sans", sans-serif;
}
h1,h2,h3,h4,h5{
    font-family:"Oswald", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.wppBtn{
    width: 20px;
}

@media screen and (min-width:1024px){
    html {
        font-size: 24px;
    }
    .wppBtn{
    width: 2rem;
}
}
