/* Master Business Suite — marketing site styles */
html {
  scroll-behavior: smooth;
}
body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.prose h2 {
  margin-top: 2rem;
}
.prose p {
  margin-top: 0.75rem;
}
