body {
  font-family: "UAF Sans", sans-serif;
  color: black;
}
* {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: black;
}
li {
  list-style: none;
}
main {
  position: relative;
}
.no-scroll {
  overflow: hidden;
}
input,
textarea {
  outline: none;
}
button {
  border: none;
}
h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
html {
  scroll-behavior: smooth;
}
