/* =============================================================================
   Site-local overrides — NOT part of the canonical brand file (lf-tokens.css).
   Loaded AFTER lf-tokens.css in Base.astro, so rules here win.
   Keep this file small and intentional. Each block is a candidate to upstream
   into LeaderFactor/lf-brain once the design is approved; until then this is how
   the marketing site diverges from canon without hand-editing the vendored file.
   ============================================================================= */

/* CTA buttons (item #2 / skill-template revamp).
   Bigger, heavier label + remove the default anchor underline. The pill shape,
   padding, and color variants (glass / on-light / solid) all stay from lf-tokens.css.
   - text-decoration:none fixes a real bug: .lf-button never reset the <a> underline.
   - 13px (--fs-p3) → 16px (--fs-p2), weight 500 → 600, height 48 → 52 for balance. */
.lf-button {
  height: 52px;
  font: 600 var(--fs-p2) / 1 var(--font-sans);
  text-decoration: none;
}
