/*
 * STIE Totalwin institutional palette — single source of truth.
 *
 * Shared by the AdminLTE (admin) and totalwin (public) themes and aligned
 * with the PMB application. Load this file before any theme stylesheet that
 * consumes the tokens.
 */
:root {
	--stw-navy: #183661;
	--stw-navy-dark: #0f2040;
	--stw-navy-hover: #244a7d;
	--stw-green: #51be78;
	--stw-green-hover: #3ca060;
	--stw-orange: #ff8c00;
	--stw-orange-dark: #ad5900;
	--stw-focus-ring: rgba(255, 140, 0, 0.35);
}
