/* Design tokens copied once from the main site's css/style.css :root block
   and its light-page (faq/team) palette, so Knowledge Center pages read as
   the same brand without linking that stylesheet at runtime (see plan section
   7 — an unrelated main-site deploy must never be able to break these pages). */
:root {
  --kc-display-serif: 'Montserrat', Arial, sans-serif;
  --kc-sans: 'Montserrat', sans-serif;

  --kc-navy: #111111;
  --kc-accent: #111111;
  --kc-accent-soft: #d5d5d2;
  --kc-accent-tint: #f5f5f3;
  --kc-ink: #171716;
  --kc-ink-muted: #6f6d69;
  --kc-border: #dededb;
  --kc-bg: #ffffff;
  --kc-bg-tint: #f7f8fa;

  --kc-page-max: 70rem;
  --kc-article-max: 44rem;
  --kc-chrome-band: 4.25rem;
}
