/* ============================================================================
   VK TYPOGRAPHY GUARDRAIL
   Normalizes weight/letter-spacing/font-family to the hero page's minimal
   style across all pages, WITHOUT touching font-size, text-align, or
   max-width -- those vary intentionally by page layout (single-column
   marketing sections vs. two-column feature/comparison layouts) and forcing
   them site-wide risks breaking those layouts. Loaded after
   vk-alabaster-guardrail.css.
   ============================================================================ */

.sec-h2 {
  font-weight: 800 !important;
  letter-spacing: -1.5px !important;
}
.nav-brand,
.hero-eyebrow,
.sec-tag,
.c-tag,
.btn-solid,
.btn-line {
  font-family: var(--mono) !important;
}
.hero-sub {
  font-family: var(--body) !important;
  font-weight: 500 !important;
}
