* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-nav a.is-active {
  color: var(--gold-bright);
}

.site-nav a.is-active::after {
  transform: scaleX(1);
}

.page-shell {
  padding-top: 86px;
}
