.ty-main-title {
  font-family: 'Poppins Bold';
  font-size: 44px;
  line-height: 45px;
}
.ty-title {
  font-family: 'Poppins Bold';
  font-size: 34px;
}
.ty-subtitle {
  font-family: 'Poppins Bold';
  font-size: 22px;
}
.ty-h1 {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  text-transform: capitalize;
}
.ty-body-1 {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  line-height: 33px;
}
.ty-body-2 {
  font-family: 'Poppins Medium';
  font-size: 18px;
  line-height: 33px;
}
.ty-body-3 {
  font-family: 'Poppins Medium';
  font-size: 14px;
}
.ty-body-4 {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 24px;
}
.ty-action {
  font-family: 'Poppins SemiBold';
  font-size: 16px;
}
.ty-caption {
  font-family: 'Poppins SemiBold';
  text-transform: capitalize;
  font-size: 14px;
}
.ty-footer {
  font-family: 'Poppins Bold';
  font-size: 14px;
  line-height: 20px;
}
.custom-btn {
  border: none;
  padding: 0 30px;
  transition: 0.3s ease-out;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-family: 'Poppins SemiBold';
  font-size: 16px;
  z-index: 10;
  height: fit-content;
}
.custom-btn.large {
  min-height: 48px;
}
.custom-btn.primary {
  background-color: #FEF8F1;
  color: #DD7C64;
}
.custom-btn.accent {
  background-color: #E9907A;
  color: #FFFFFF;
}
.custom-btn.apple-download {
  box-shadow: none;
  width: 142px;
  background: transparent;
  background-image: url('/images/apple_download.png');
  background-size: contain;
  background-repeat: no-repeat;
}
a.image-btn {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1920px) {
  .ty-main-title {
    font-size: 54px;
    line-height: 55px;
  }
  .ty-body-2 {
    font-size: 24px;
    line-height: 40px;
  }
  .ty-footer {
    font-size: 18px;
  }
  .custom-btn {
    font-size: 18px;
  }
  .custom-btn.large {
    min-height: 56px;
  }
  .custom-btn.apple-download {
    width: 202px;
  }
}
@media screen and (min-width: 2560px) {
  .ty-main-title {
    font-size: 64px;
    line-height: 65px;
  }
  .ty-body-2 {
    font-size: 28px;
    line-height: 42px;
  }
  .ty-footer {
    font-size: 24px;
  }
  .custom-btn {
    font-size: 24px;
  }
  .custom-btn.large {
    min-height: 76px;
  }
  .custom-btn.apple-download {
    width: 242px;
  }
}
@media screen and (max-width: 768px) {
  .ty-main-title {
    font-size: 34px;
  }
  .ty-footer {
    font-size: 12px;
  }
}
.ovil-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 160px;
  background-color: #FFFFFF;
}
.ovil-navbar .logo {
  height: 78px;
  width: 78px;
}
.ovil-navbar .gap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ovil-navbar {
    padding: 25px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .ovil-navbar .action {
    display: none;
  }
  .ovil-navbar .logo {
    height: 68px;
    width: 68px;
  }
}
