@charset "utf-8";

:root {
  /* --color-primary: blue; */
}


/* Style the Image-Type Hero text */
.Header {
  & ._TextContainer {
    & h1, & h2 {
      color: var(--color-page-bg);
    }
  }
}


