/* NEMT Suite — small additions on top of the theme's Tailwind build. */

.text-glow {
	text-shadow: 0 0 18px rgba(163, 230, 53, 0.45);
}

/* The tool pages are full-bleed dark; neutralize the theme's light body bg. */
.nemt-tool-canvas {
	background: #020617;
}
