/* exitcloud.io docs – minimal clean styling */
.content {
  line-height: 1.75;
}

@media (min-width: 1024px) {
  .content {
    max-width: 900px;
  }
}

/* Slightly larger base text */
html {
  font-size: 16px;
}

/* Softer code blocks */
pre, code {
  border-radius: 10px;
}
pre {
  padding: 1rem;
}
