*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  text-wrap: pretty;
  background: var(--sk-paper);
  color: var(--sk-ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: var(--sk-burgundy); text-decoration: none; }
a:hover { color: var(--sk-burgundy-hover); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; }
p { margin: 0; }
button { font: inherit; cursor: pointer; background: none; border: none; }
input, textarea, select { font: inherit; color: inherit; }
figure { margin: 0; }
figcaption {
  font-family: var(--font-heading);
  font-size: 11.5px;
  letter-spacing: .04em;
  color: var(--sk-text-soft);
  margin-top: 8px;
  font-style: italic;
}
