/* Shared nav + prose for marketing subpages */
html { font-family: 'Open Sans', system-ui, sans-serif; color: #1E293B; }
body { background-color: #F8FAFC; }
h1, h2, h3, h4 { font-family: 'Poppins', system-ui, sans-serif; letter-spacing: -0.01em; }
.ring-focus:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.35);
}
.dot-grid {
  background-image: radial-gradient(rgba(15, 23, 42, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}
.page-prose h2 { margin-top: 2rem; margin-bottom: 0.75rem; font-size: 1.35rem; font-weight: 600; color: #0F172A; }
.page-prose p, .page-prose li { color: #475569; line-height: 1.75; }
.page-prose ul { margin: 0.75rem 0; padding-left: 1.5rem; list-style: disc; }
