*,
*::before,
*::after {
  box-sizing: border-box;
}

/* No smooth scrolling. The document contains a multi-screen pinned cinematic,
   so a nav or skip-link jump would animate the viewport through the whole
   sequence instead of arriving. */

body,
h1,
h2,
h3,
p,
ol,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

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

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

button,
select {
  cursor: pointer;
}

a {
  color: inherit;
}

