/**Buttons**/

.btn-Navbar-primary {
    color: #606060;
    font-family: "PP Gosha Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: color 0.3s ease;
}

.btn-Navbar-primary:hover {
    color: #000;
}

.btn-Navbar-cta {
  font-family: "PP Gosha Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

/**Backgrounds**/

.bg-navbar-gradient {
  background: linear-gradient(
    90deg,
    #003326 0%,
    #018261 32%,
    #019972 100%
  );
}

.bg-hero-gradient {
  background: linear-gradient(
    270deg,
    #003326 0%,
    #018261 32%,
    #019972 100%
  );
}

.howItWorks-bg{
  background: #019972;
}

.services-bg{
  background: #4E4E4E;
}

.tracking-bg-text{
  background: #04D29D;
}

/**Texts**/
.greenText{
  color: #019972;
}

.grayText{
  color: #C8C8C8;
}

.grayText2{
  color: #707070;
}

/* Hero typography */
.hero-title {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 800; /* ExtraBold */
}

.hero-subtitle {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 700; /* Bold */
}

.hero-body {
  font-family: "PP Gosha Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 400; /* Regular */
}

/* Typography classes for titles and paragraphs */
.title-font {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 500; /* Medium */
}

.paragraph-font {
  font-family: "PP Gosha Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 400; /* Regular */
}

/* Footer typography */
.footer-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 500; /* Medium */
}

.footer-text {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 300; /* Light */
}