:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; min-height: 100%; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.prose { line-height: 1.75; }
.prose h1, .prose h2, .prose h3 { line-height: 1.2; margin-top: 1.6em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose a { font-weight: 700; }
.prose img { border-radius: 12px; margin: 1.5rem 0; }
.prose blockquote { border-left: 4px solid currentColor; margin-left: 0; padding-left: 1rem; opacity: .85; }
