/* Site overrides applied on top of the mirrored Squarespace CSS.
   Kept separate from _fonts/fonts.css, which tools/build-fonts.py regenerates. */

/* The EmailOctopus form template paints a .background-image layer that has no
   image set, so it renders as a solid black band above the signup fields and
   makes the footer box look broken. !important is needed because EmailOctopus
   injects its own <style> block with the form markup. */
.newsletter-block .background-image {
  background-color: transparent !important;
}
