html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shadow-soft {
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.10);
}

.prose-static {
  color: #475467;
  font-size: 1rem;
  line-height: 1.8;
}

.prose-static h2 {
  color: #101828;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .5rem;
}

.prose-static p {
  margin-top: .85rem;
}

.prose-static a {
  color: #1D4E89;
  font-weight: 600;
}
