/* Tipografia unificada: Google Sans, títulos em peso 700. */
body, button, input, select, textarea {
  font-family: 'Google Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
}
