/* Single source for the VYSoft brand accent. */
:root { --orange: #ff681c; }

/* Match legacy decorative details that used the earlier orange. */
.visual::after {
  border-color: rgba(255, 104, 28, .33);
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .03), 0 0 0 90px rgba(255, 104, 28, .05);
}
