/* Minimal custom styles; Tailwind handles most styling. */

html, body {
  height: 100%;
}

/* Improve font rendering a bit */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Make <pre> blocks wrap nicely in the error boundary */
pre {
  white-space: pre-wrap;
  word-break: break-word;
}
