@font-face {
    font-family: Figtree;
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("400bf8aa837fcb7e-s.b68677ba.woff2")format("woff2");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Figtree;
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("f7aa21714c1c53f8-s.p.e3544bb0.woff2")format("woff2");
    unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Figtree Fallback;
    src: local(Arial);
    ascent-override: 94.32%;
    descent-override: 24.82%;
    line-gap-override: 0.0%;
    size-adjust: 100.72%
}

.figtree_45637678-module__gQW92q__className {
    font-family: Figtree, Figtree Fallback;
    font-style: normal
}

.figtree_45637678-module__gQW92q__variable {
    --font-figtree: "Figtree", "Figtree Fallback"
}
/* Responsive container for the buttons */
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* All buttons black style */
.custom-black-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;             /* Standard height */
  padding: 0 24px;          /* Side padding */
  background-color: #111827; /* Deep Black/Dark Gray */
  color: #ffffff;           /* White text */
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 9999px;    /* Perfect "Pill" shape */
  border: 1px solid #111827;
  transition: all 0.2s ease;
  white-space: nowrap;      /* Prevents text from breaking into 2 lines in a button */
}

/* Hover Effect: Changes text to the NEAR Green */
.custom-black-btn:hover {
  background-color: #1f2937;
  color: #00ec97;           /* NEAR brand green */
  transform: translateY(-1px);
}

/* Active click effect */
.custom-black-btn:active {
  transform: scale(0.96);
}

/* Mobile adjustments */
@media (max-width: 640px) {
  .custom-black-btn {
    flex: 1 1 auto;        /* Allows buttons to grow to fill space on mobile */
    min-width: 140px;      /* Ensures they don't get too small */
    padding: 0 16px;
  }
}
/*# sourceMappingURL=24ad90956e5cc10a.css.map*/