/* Reset base do tema (extraído de style.css).
   Não é carregado na página 1820 (Pintores a Bordo). */

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--text-color)
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title-color);
  font-weight: 900;
}

h1 {
  font-size: 3.2rem;
  margin: 20px 0
}

h2 {
  font-size: 2.2rem;
  font-weight: 900;
}

h3 {
  font-size: 1.5rem;
}

p, ul {
  font-size: 1.25rem;
}

a {
  -webkit-appearance: none;
  text-decoration: none;
}
