/* DailyHub base styles */
:root { color-scheme: light dark; }
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 0;
  padding: 2rem;
}
h1 { margin: 0 0 1rem; font-size: 2rem; }

