/* Shared palette + font tokens for the public marketing pages
   (brochure, training, training-doctrine, privacy).
   Intentionally SEPARATE from the app's tokens.css: these pages use a
   dark theme with their own --teal-/--stone-/--amber- naming. */
:root{
  --teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-300:#5eead4;
  --teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;
  --teal-800:#115e59;--teal-900:#134e4a;--teal-950:#0a2f2c;
  --stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;
  --stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;
  --stone-800:#292524;--stone-900:#1c1917;--stone-950:#0f0e0d;
  --amber-200:#fde68a;--amber-300:#fcd34d;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-600:#d97706;
  --font-display:'Bricolage Grotesque',sans-serif;
  --font-body:'Figtree',sans-serif;
  --font-mono:'JetBrains Mono',monospace;
}
