*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
body,
h1,
h2,
h3,
p,
li,
ul,
blockquote {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Brandon Grot W01 Light";
}
label,
input,
textarea,
a,
p {
  font-family: "Brandon Grot W01 Light";
}
p {
  line-height: 150%;
  color: #577083;
}
.wrapper {
  max-width: min(88%, 72rem);
  margin-inline: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
