/* public/inline/theme-critical.css */
/* Default light background to avoid flash */
html { background: #ffffff; color-scheme: light; }
/* Dark mode background when class is set early by theme-init.js */
html.dark { background: #0b0b0c; color-scheme: dark; }
/* Fallback text styling without inline styles */
[data-fallback-text] {
  padding: 16px;
  font-family: Inter, system-ui, Arial, sans-serif;
  color: #111827;
}
