@font-face {
  font-family: "PBS Sans";
  font-weight: 400;
  /* stylelint-disable */
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff2") format("woff2"),
    url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff") format("woff");
  /* stylelint-enable */
  font-display: swap;
}

.video-error,
.video-error body {
  height: 100%;
  margin: 0;
}
.video-error .l-page-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #000;
}

.video-error .error-message {
  margin: 0 16px;
  color: #fff;
  font-family: "PBS Sans";
  text-align: center;
}

.video-error .error-message a {
  color: #2b92ff;
  text-decoration: none;
}
