body.first-responder {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: $zim_yellow;

    strong {
      font-family: $ratio;
      color: $zim_yellow;
    }
  }

  .fixed-footer {
    background-color: $zim_yellow;

    a,
    h3 {
      color: $text_inverse;
    }

    button.outlined {
      border: 2px $text_inverse solid;
      color: $text_inverse;
    }
  }

  button.outlined {
    border: 2px $zim_yellow solid;
    color: $zim_yellow;

    &.active {
      border: 2px $text_inverse solid;
      background-color: $zim_yellow;
      color: $text_inverse;
    }
  }

  .material-tooltip {
    color: $text_inverse;
  }
}
