@charset "utf-8";

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/30716573843.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/26301410506.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/26209118204.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/25381880192.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button-ping {
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%,
  100% {
    transform: scale(1.2,2);
    opacity: 0;
  }
}

.video-bg {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  opacity: .5;
}

li::marker {
  color: #00a0ff;
  font-weight: bold;
  font-size: 1.5rem;
}
ul > li::marker {
  color: #000000;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 375px) {
}
