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

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

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

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

.content {
  max-width: 30rem;
  padding: 1.5rem 2rem;
}

.site__title {
  text-decoration: none;
  font-size: 1.25rem;
  color: #2563EB;
}

.page__title {
  color: #6B7280;
  font-size: 1.5rem;
  font-weight: normal;
}

.page__title:not(:first-of-type) {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}
