body {
  background-color: white;
  font-family: "Lexend Deca", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}

p {
  font-weight: 300 !important;
}

.text-blue-highlight {
  color: #004dea;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-flip {
  perspective: 1000px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.team-flip:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.card-back {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
  transform: rotateY(180deg);
}

.logo-image {
  height: 80px !important;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain !important;
  filter: none !important;
}

.footer-title {
  font-weight: 600 !important;
  margin-bottom: 16px;
}

.perspective {
  perspective: 1500px;
}
.transform-style {
  transform-style: preserve-3d;
}
.backface-hidden {
  backface-visibility: hidden;
}
.rotate-y-180 {
  transform: rotateY(180deg);
}

.we-are {
  font-weight: 600 !important;
}

.video {
  border: 2px solid white;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
}

.prose th,
.prose td {
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 0.5rem;
  text-align: left;
  vertical-align: top;
}

.prose thead th {
  border-bottom: 1px solid #0f172a;
  font-weight: 600;
}

.prose h2,
.prose h3 {
  scroll-margin-top: 100px;
}

.kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-md {
    font-size: 4em;
    line-height: 1.2;
  }
}
