@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: local("Roboto"), url("../font/roboto-v20-latin-500.woff2") format("woff2"),
    url("../font/roboto-v20-latin-500.woff") format("woff");
}

#verimi-partnerbutton {
  padding: 0;
  margin: 0;
  display: flex;
  background-color: #00c29d;
  border: solid 1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  color: #ffffff;
  border-radius: 3px;
  outline: 0;
  font-family: "Roboto", sans-serif;
}

#verimi-partnerbutton span {
  display: flex;
  align-self: center;
  padding: 0 50px;
  font-size: 18px;
}

#verimi-partnerbutton:hover {
  background-color: #43756c;
}

body, h1, h2, h3 {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}
