@font-face {
  font-family: 'PBS Sans';
  font-weight: 400;
  /* stylelint-disable */
  src: url('../../../pbsfonts/v1.2/PBSSans.woff') format('woff2'),
    url('../../../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,
.video-error .l-page-wrap-livestream {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #040613; /* Onyx */
}

.video-error .l-page-wrap-livestream {
  background-color: #000525; /* Midnight */
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.video-error .error-message {
  margin: 0 16px;
  color: #eef0f5; /* Fog */
  font-family: 'PBS Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
}

.video-error .l-page-wrap-livestream .error-message {
  max-width: 750px;
}

.video-error .error-message a {
  color: #486cd8; /* Light Blue */
  text-decoration: none;
}