html, body {
  margin: 0;
  padding: 0;
  background-color: var(--page-bg);
  color: var(--page-text);
}

/* Make sure text elements inherit correctly */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;          /* optional: links same color as text by default */
  text-decoration: none;
}
