/**
 * Pemploy brand tokens — single source of truth for primary orange.
 * Loaded before portal, auth, and desk theme styles.
 */

:root {
	--pemploy-primary: #f26522;
	--pemploy-primary-dark: #d4560f;
	--pemploy-primary-hover: #c94e0d;
	--pemploy-primary-soft: #fff4ed;
	--pemploy-primary-muted: #ffe8d9;
	--pemploy-accent: #ff8a3d;
	--pemploy-shadow: rgba(242, 101, 34, 0.12);
	--pemploy-shadow-lg: rgba(242, 101, 34, 0.22);
}

/* Logo transparency overrides — loaded after pemploy_theme.css */
.apps-container .app-logo {
	background: var(--card-bg, #fff) !important;
}
