/* =====================================================================
   FSB brand tokens — freesuggestionbox.com
   "Calm, trustworthy — the safe place for honest feedback."
   Evolved from the legacy #335EEA. Type: HK Grotesk Pro (self-hosted).
   Loads AFTER /css/tokens.css; DB ThemeTokens() may override at runtime.
   ===================================================================== */
:root {
  --brand-50:  #F0F4FF;
  --brand-100: #E0E9FF;
  --brand-200: #C2D2FF;
  --brand-300: #94AEFF;
  --brand-400: #6688FF;
  --brand-500: #3D63F5;
  --brand-600: #335EEA;   /* anchor */
  --brand-700: #2848C4;
  --brand-800: #1F3799;
  --brand-900: #182A70;

  /* AI feature accent (existing FSB violet, retained) */
  --brand-accent: #6B5EAE;

  --brand-font: 'HK Grotesk Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --bs-primary-rgb: 51, 94, 234;
}
