@font-face {
  font-family: "Geist";
  src: url("/GeistVariableVF.woff2") format("woff2");
}

@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 400;
  src: url("/CircularStd-Book.otf") format("otf");
}

@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 500;
  src: url("/CircularStd-Medium.otf") format("otf");
}

@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 700;
  src: url("/CircularStd-Bold.otf") format("otf");
}

@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 900;
  src: url("/CircularStd-Black.otf") format("otf");
}

body {
  margin: 0;
  padding: 0;
  font-family: "Geist", sans-serif;
  background-color: rgb(17 24 39) !important;
}

#broadcaster {
  position: absolute;
  border: none;
  width: 100%;
  height: calc(100% - 64px);
  top: 64px;
  left: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;

  background-color: rgb(32, 40, 56);

  display: inline-flex;
  justify-content: space-between;
}

.logo {
  height: 64px;
  margin-left: 1.5rem;
}

.user {
  max-height: 64px;
  display: inline-flex;
  background-color: rgb(51, 64, 84);
  border-radius: 12px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  margin-right: 1rem;
  color: white;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.avatar {
  border-radius: 100%;
  height: 100%;
}

.userInfo {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.username {
  font-size: 1rem;
}

.position {
  color: rgb(156, 163, 175);
  font-size: 0.875rem;
}

#menuStatsBox {
  display: none !important;
}