* {
  font-family: "Titillium Web" !important;
}

a:hover {
  /* color: #196AB2; */
  color: var(--primary-light);
}

h1,h1 span {
  color: var(--primary-color);
}

h1,h1 span{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

@media (min-width:1200px) {
  h1,h1 span{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
  }
}

.field p {
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}


a.main-link {
  margin: 0;
  color: #fff;
  font-weight: 700;
  padding-right: 1rem;
  font-size: 1rem;
  text-decoration: none;
}
a.main-link:hover {
  text-decoration: underline;
  text-decoration: none;
  /* color: #BB7537 !important; */
  color: var(--accent-color) !important;
  transition: all .2s ease;
}
a.main-link:hover svg {
  fill: var(--accent-color) !important;
  transition: all .2s ease;
}
