/*
 * "Account" - matches booth-junkie-account-extras' My Account styling
 * (bjae-frontend.css). Re-implemented here as plain CSS custom properties,
 * not copied/enqueued from that plugin - this works standalone even if
 * that plugin is deactivated.
 */
body.bjkb-theme-account {
	--bjkb-bg-panel: #F8F8F8;
	--bjkb-bg-card: #FFFFFF;
	--bjkb-text: #222222;
	--bjkb-text-muted: #999999;
	--bjkb-border: #E0E0E0;
	--bjkb-accent: var(--boothjunkie-primary, #7A9EE0);
	--bjkb-accent-hover: #6389D6;
	--bjkb-success: #34C759;
	--bjkb-control-bg: #FFFFFF;
	--bjkb-control-border: #E0E0E0;
	--bjkb-radius-button: 6px;
	--bjkb-radius-card: 8px;
	--bjkb-radius-popup: 8px;
	--bjkb-radius-tooltip: 4px;
}
