/* pate.sh — umbrella identity: neutral cyan/violet blend.
   Loaded after ../../shared/brand.css. See docs/style-guide.md for the accent map. */
:root {
  --accent: #7dd3fc;       /* cyan */
  --accent-2: #a78bfa;     /* violet — nods to leather, the flagship */
  --accent-deep: #4f46e5;
  --accent-soft: rgba(125, 211, 252, 0.14);
  --glow: rgba(99, 102, 241, 0.12);
}
