/* =========================================================
   modern.css — DEFAULT theme
   Sans-serif, tech-literate generalist aesthetic.
   Inter fallback chain: Inter → system sans → Arial.
   ========================================================= */

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

h2 {
  color: #1a1a1a;
}

article h3 {
  color: #1a1a1a;
  font-weight: 600;
}

strong {
  font-weight: 600;
  color: #0f0f0f;
}

p.meta {
  color: #555;
  font-weight: 400;
}
