:root {
  --max-width: 860px;
}

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

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

main.container {
  max-width: var(--max-width);
}

h1,
h2,
h3 {
  line-height: 1.25;
  letter-spacing: -0.01em;
}

h1 {
  margin-top: 0.5rem;
}

h2 {
  margin-top: 2rem;
}

p,
ul,
ol,
table,
blockquote {
  margin: 1rem 0;
}

a {
  text-underline-offset: 2px;
}

a:hover {
  opacity: 0.9;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

hr {
  border: 0;
  border-top: 1px solid var(--bs-border-color);
  margin: 2rem 0;
}

blockquote {
  margin-left: 0;
  padding: 0.5rem 1rem;
  border-left: 0.25rem solid var(--bs-primary);
  color: var(--bs-secondary-color);
  background: var(--bs-tertiary-bg);
}
