body {
  min-width: 320px;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
}

body.is-nav-locked {
  overflow: hidden;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  line-height: 1.2;
}

:focus-visible {
  outline: 3px solid rgba(29, 88, 184, 0.25);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}
