@font-face {
  font-family: 'NeueHasGrotesk';
  src: url('./fonts/NeueHasGroteskTxtPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHasGrotesk';
  src: url('./fonts/NeueHasGroteskTxtPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.container {
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .container-xl {
    max-width: 1249px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1040px) {
  .container {
    padding: 0 1.5rem;
  }
  .text-xl-2 {
    font-size: 12px;
  }
}
.shadow-glow-blue {
  box-shadow: 0px 2.5px 3px 0 #fff, 0px 4px 5.699999809265137px 0 #5bbed9,
    0px 4px 3.700000047683716px 0 #5bbed9,
    4px 9px 20.399999618530273px 0 rgba(0, 0, 0, 0.4);
}
.shadow-glow-gray-inset {
  box-shadow: inset -15px -30px 20px -10px #ccc;
  background: #0e0f0f;
}
.shadow-glow-blue-inset {
  box-shadow: inset -15px -30px 20px -10px #00ffff;
  background: #0e0f0f;
  mix-blend-mode: color-dodge;
}
.highlight-gold {
  background: linear-gradient(93deg, #FFFF64 0.27%, #FFC13F 73.23%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 600;
}