/* Nordon custom styles (light theme + bright accents; Tailwind handles most layout) */
html { font-size: 16px; }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

/* Readable long-form blocks */
.prose h2 { font-size: 1.125rem; margin-top: 1.5rem; margin-bottom: 0.5rem; color: rgba(15,23,42,0.95); }
.prose p, .prose li { color: rgba(15,23,42,0.78); font-size: 0.95rem; line-height: 1.75; }
.prose strong { color: rgba(15,23,42,0.92); }
.prose ul { list-style: disc; padding-left: 1.25rem; }

/* Small utilities */
.nordon-card { box-shadow: 0 20px 40px rgba(2,6,23,0.08); }
