/* Token values for the Figma pane stand-ins. Copied from src/ui/starter/*.json
   (identical to gitfig-community/examples/variable-modes/tokens). check.mjs
   verifies every value here exists in those files. */
:root {
  --tok-gray-50: #F9FAFB;
  --tok-gray-100: #F3F4F6;
  --tok-gray-300: #D1D5DB;
  --tok-gray-500: #6B7280;
  --tok-gray-700: #374151;
  --tok-gray-900: #111827;
  --tok-blue-100: #DBEAFE;
  --tok-blue-500: #3B82F6;
  --tok-blue-700: #1D4ED8;
  --tok-white: #FFFFFF;
  --tok-ink: #0B0F19;
  --tok-scrim: rgba(17, 24, 39, 0.6);
}
