/**
 * SKT typography helpers — Figma pixel-match (BM Websites Design).
 * Scale tokens and section sizes live in figma-match.css; this file only
 * applies font-family + button type that base.css would otherwise override.
 */

[data-skt-section] {
  font-family: var(--skt-font);
}

.skt-btn,
button.skt-btn {
  font-family: var(--skt-font);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2rem;
  text-transform: uppercase;
}

.skt-btn--hero-cta {
  font-size: 1rem;
  line-height: 2rem;
}
