* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(77, 182, 166, 0.45);
  outline-offset: 4px;
}
