body {
  color: var(--color-text-primary, #1F1C18); /* warm ink black with fallback */
  font-family: sans-serif;
  line-height: 1.5;
  margin: 1rem;
  max-width: 768px;
  background-color: transparent; /* Let the pseudo-element handle the background */
}