p {
  font-family: "Mate";
  font-weight: 400;
  line-height: 27px;
  font-size: 16px;
  color: rgb(73, 73, 73);
}

li {
  /*Currently overwrites top menu*/
  font-family: "Mate", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7em;
  font-size: 16px;
  color: rgb(73, 73, 73)
}

.navigationText {
  font-family: "Mate SC", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

textarea {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000;
}

h1 {
  text-transform: uppercase;
  font-family: "Mate SC", sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 58px;
  color: rgb(17, 17, 17);
}

h2 {
  font-size: 45px;
  font-family: "Mate SC", sans-serif;
  vertical-align: center;
}

h3 {
  font-family: "Mate SC", sans-serif;
  font-size: 32px;
}

/* Small screens*/
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }
}