/* Project-specific overrides for legacy ImpressPages theme. */
img.ipsImage {
  max-width: 100%;
  height: auto;
}

/* theme.css sets body background to white, breaking the ivory page
   background on inner pages. Keep html/body consistent. */
html, body {
  background-color: var(--bg);
}
