@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/RobotoMono-Regular.ttf") format("truetype");
}
body * {
  font-family: "Roboto";
}
body {
  background-color: #1f1f1f;
  color: #cfcfcf;
  font-family: "Roboto";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #55893a;
}
hr {
  border-color: #55893a;
}
a {
  color: #55893a;
}
abbr {
  text-decoration-style: dashed;
  text-underline-offset: 0.1em;
}
blockquote {
  border-left: #55893a 0.1em solid;
  padding-left: 0.5em;
}
.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.twitch .twitch-chat {
  height: 400px;
}

.twitch .twitch-chat iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .twitch {
    position: relative;
  }

  .twitch .twitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .twitch .twitch-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.youtube .youtube-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.youtube .youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.youtube .youtube-chat {
  height: 400px;
}

.youtube .youtube-chat iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .youtube {
    position: relative;
  }

  .youtube .youtube-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .youtube .youtube-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.none .nostream {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.none .nostream iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.none .nochat {
  height: 400px;
}

.none .nochat iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .none {
    position: relative;
  }

  .none .nostream {
    width: 75%;
    padding-top: 42.1875%;
  }

  .none .nochat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
