@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}
h1 {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
}
h2 {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
}
h3 {
  font-family: "Rubik", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
}
h4 {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
}
.header .wrapper:before {
    background-size: 30% !important;
    opacity: .1 !important;
}
.card-v-body p, li {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}