:root {
  /**
  @font family declaration
  */
  --tv-ff-body: 'Inter', sans-serif;
  --tv-ff-heading: 'Outfit', sans-serif;
  --tv-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --tv-common-white: #ffffff;
  --tv-common-black: #0F313A;
  --tv-heading-primary: #113023;
  --tv-gray-1: #F5F6F7;
  --tv-gray-2: #1D265D;
  --tv-yellow-color: #ECB014;
  --tv-text-body: #585B6F;
  --tv-theme-1: #113023;
}

/*--
    - Spacing
-----------------------------------------*/
.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-130 {
    /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-130 {
    /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
    padding-top: 60px;
  }
}

.pb-421 {
  padding-bottom: 421px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mt-74 {
  margin-top: 74px;
}

/*# sourceMappingURL=spacing.css.map */
