/* Sanctum family accent — shared with Skin Lab obsidian (--st-accent).
 * Play clients (Quasar / terminal / observe) stay product skins; they only
 * borrow this one signal color so the Environment family feels related.
 */
:root {
  --sanctum-family-accent: #e8a838;
  --sanctum-family-accent-soft: rgba(232, 168, 56, 0.14);
  --sanctum-family-accent-ink: #1a1206;
  --sanctum-family-accent-glow: rgba(232, 168, 56, 0.22);
}
