/* Simple stylesheet for the data specification demo site */
body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.6;
  margin: 2rem auto;
  max-width: 900px;
  color: #1a202c;
  background: #f7fafc;
}

header h1 {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

main {
  background: #fff;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.04);
}

a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }

table { border-collapse: collapse; margin: 0.5rem 0; }
td, th { padding: 0.4rem 0.6rem; border-bottom: 1px solid #eef2f7; }

.meta { font-size: 0.95rem; color: #4a5568; }

footer { margin-top: 1.5rem; font-size: 0.9rem; color: #718096; }
