html, body {
    font-family: 'Inter', sans-serif !important;

}
header {
  background-image: url("../img/home.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #ffffff33;
}

.contato {
  background-image: url("../img/home-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #000000b5;
}
