/**
 * Button label typography — always Inter (never headline Fraunces).
 * Load after shared-eyebrow.css so these rules win the cascade.
 */

.btn,
a.btn,
button.btn,
.gc-shared-cta,
a.gc-shared-cta {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif !important;
  font-style: normal !important;
}

.btn-primary,
a.btn.btn-primary,
button.btn.btn-primary,
.gc-shared-cta,
a.gc-shared-cta {
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.services-hero .btn.btn-primary {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif !important;
}
