html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-brand-paper);
  color: var(--color-brand-ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
}

img {
  object-fit: cover;
}

.perspective-1000 {
  perspective: 1000px;
}
