/* Voltuswave branding overlay for SigNoz UI.
   The logo mark is an <img alt="SigNoz"> (inline data-URI) used in the app header,
   login page, and splash. Swap it for the Voltuswave hexagon; branding.js handles
   the accompanying "SigNoz" wordmark text (class-agnostic, survives re-renders). */

img[alt="SigNoz"] {
	content: url("voltuswave-icon.png") !important;
	object-fit: contain !important;
	max-height: 32px !important;
	width: auto !important;
}
