.terra-Application {
  background-color: $terra-application-background-color;
  box-sizing: border-box;
  color: $terra-application-color;
  font-family: $terra-application-font-family;
  font-size: $terra-application-font-size;
  height: 100%;
  margin: 0;
  text-size-adjust: 100%;

  body {
    margin: 0;
  }

  @media print {
    background-color: transparent !important;
    color: #000 !important;
  }

  @media only screen and (min-width: $terra-application-breakpoint-tiny) {
    background-color: $terra-teal-20 !important;
  }

  @media only screen and (min-width: $terra-application-breakpoint-small) {
    background-color: $terra-cyan-20 !important;
  }

  @media only screen and (min-width: $terra-application-breakpoint-medium) {
    background-color: $terra-purple-20 !important;
  }

  @media only screen and (min-width: $terra-application-breakpoint-large) {
    background-color: $terra-green-20 !important;
  }

  @media only screen and (min-width: $terra-application-breakpoint-huge) {
    background-color: $terra-red-20 !important;
  }








}
