:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  background-color: transparent;
  --vjs-theme-fantasy--primary: #e1000f !important;
  --vjs-theme-fantasy--secondary: #fff;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

p, ul, ol {
	margin-bottom: 1em;
}

html,body {
  min-height: 100vh !important;
  font-size: 16px;
  position: relative;
  background: transparent !important;
  overflow-x: hidden;
}

.admin {
  background-color: #F2F2F2;
}

.titleInt {
	font-size: .8rem;
  color: rgba(33, 37, 41, 0.75);
  margin-bottom: 0 !important;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

mark {
	white-space: normal !important;
}

.flex {
  display: flex;
  width: 100%;
}

.chakra-container {
  max-width: 1400px !important;
  width: 84vw !important;
}

.chakra-card {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
}

.chakra-form-control {
	margin-bottom: 1.5rem;
}

ol, ul {
  padding-left: 1rem;
}

.vjs-theme-fantasy .vjs-big-play-button {
  color: #e1000f !important;
}

.vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder::before {
  border: 3px solid var(--vjs-theme-fantasy--secondary) !important;
}

.vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder::before {
  border: 3px solid var(--vjs-theme-fantasy--secondary) !important;
}

.vjs-theme-fantasy .vjs-play-progress {
  background-color: #e1000f !important;
}

.vjs-theme-fantasy .vjs-play-progress::before {
  background-color: #e1000f !important;
  border: 4px solid var(--vjs-theme-fantasy--secondary) !important;
}

/* Nyan version */
.vjs-theme-fantasy.nyan .vjs-play-progress {
  background: linear-gradient(to bottom, #fe0000 0%, #fe9a01 16.666666667%, #fe9a01 16.666666667%, #ffff00 33.332666667%, #ffff00 33.332666667%, #32ff00 49.999326667%, #32ff00 49.999326667%, #0099fe 66.6659926%, #0099fe 66.6659926%, #6633ff 83.33266%, #6633ff 83.33266%);
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

@media screen and (max-width: 30em) {

  html,body {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {

  .chakra-container {
    width: 100% !important;
  }

}