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

html {
  background: var(--linen);
  scroll-behavior: smooth;
}

body {
  min-width: 300px;
  overflow-x: hidden;
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--serif);
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

button {
  font: inherit;
  font-synthesis: none;
}

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