@font-face {
  font-family: 'Proza Display';
  src: url('/fonts/ProzaDisplay-Bold.eot');
  src: url('/fonts/ProzaDisplay-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/ProzaDisplay-Bold.woff2') format('woff2'),
       url('/fonts/ProzaDisplay-Bold.woff') format('woff'),
       url('/fonts/ProzaDisplay-Bold.ttf') format('truetype'),
       url('/fonts/ProzaDisplay-Bold.svg#ProzaDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proza Display';
  src: url('/fonts/ProzaDisplay-Regular.eot');
  src: url('/fonts/ProzaDisplay-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/ProzaDisplay-Regular.woff2') format('woff2'),
       url('/fonts/ProzaDisplay-Regular.woff') format('woff'),
       url('/fonts/ProzaDisplay-Regular.ttf') format('truetype'),
       url('/fonts/ProzaDisplay-Regular.svg#ProzaDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proza Display';
  src: url('/fonts/ProzaDisplay-SemiBold.eot');
  src: url('/fonts/ProzaDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/ProzaDisplay-SemiBold.woff2') format('woff2'),
       url('/fonts/ProzaDisplay-SemiBold.woff') format('woff'),
       url('/fonts/ProzaDisplay-SemiBold.ttf') format('truetype'),
       url('/fonts/ProzaDisplay-SemiBold.svg#ProzaDisplay-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Proza Display';
    src: url('/fonts/ProzaDisplay-Light.eot');
    src: url('/fonts/ProzaDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ProzaDisplay-Light.woff2') format('woff2'),
        url('/fonts/ProzaDisplay-Light.woff') format('woff'),
        url('/fonts/ProzaDisplay-Light.ttf') format('truetype'),
        url('/fonts/ProzaDisplay-Light.svg#ProzaDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
  color: #656565;
  background-color: #fff;
}
.hero-bg.min-h-screen.relative.hero-section {
    background-color: #E1FAFF;
}
section.relative.py-24.overflow-hidden.no-bg.testimonial-section1,
section.relative.py-24.overflow-hidden.testimonial-section1 {
    background-color: #fff;
}
.hero-heading {
  font-family: 'Proza Display';
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  color: #3a3a3a;
}
.hero-bg {
  background-image: url('/img/lyff-bg-Visual.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.testimonial-section h3{
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #3A3A3A;
}
.testimonial-section p.text-sm.text-center.text-gray-500.mb-4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;   
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #656565;
}
.short-intro h2{
   font-family: 'Proza Display';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #656565;
    text-align: left;
}

.blue-bg-section-overlay {
  background-image: url(https://dev-craft5-e99fe02d2e9c.hyperlane.co/img/light-sky-blues-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

@media (max-width: 768px) {
  .hero-heading {
    font-size: 48px;
    line-height: 56px;
  }
}


