@font-face {
  font-family: 'DISTRIX';
  src: url('/assets/font/DISTRIX.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Custom animations */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.float-animation {
  animation: float 6s ease-in-out infinite;
}

.heading-5 {
  width: 120px;
}

.rounded {
  border-radius: 100px;
}

.custom-leaders-logo .brand-logo {
  width: 70px;
  height: 70px;
}
