@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body .anton { font-family: "Anton", serif;}
body .auto { margin: 0 auto; width: 85%;}

body .titulo h1 { font-size: 2em;}
body .titulo h2 { font-size: 1.1em;}

body .produto .descricao h2 { font-size: 1.2em;}
body .produto .descricao h3 { font-size: 0.9em;}
body .produto .descricao h4 { font-size: 1.1em;}
body .produto .descricao h5 { font-size: 0.95em;}

@media only screen and (max-width: 1000px){
  body .auto { width: 90%;}
}
@media only screen and (max-width: 1000px){
  body .produto .descricao h2 { font-size: 1em;}
  body .produto .descricao h4 { font-size: 1em;}
  body .produto .descricao h5 { font-size: 0.9em;}
}