/**
 * ABDS Connect design tokens — the subset of ABDS SEO's shared brand tokens
 * (assets/css/tokens.css in abds-seo/plugin) that this plugin's admin screens
 * actually reference. Same variable names, same values, so the two plugins'
 * status colours read as one product. Only the tokens Connect uses today are
 * ported here — not the full SEO set.
 */

:root {
	/* Brand accent (the Plans screen's "Paid add-on" badge) */
	--abds-color-accent: #ffd500;
	--abds-color-on-accent: #1e1e1e;

	/* Surfaces */
	--abds-color-surface: #ffffff;
	--abds-color-bg: #f0f0f1;
	--abds-color-border: #c3c4c7;

	/* Text */
	--abds-color-text-muted: #50575e;

	/* Status */
	--abds-color-good-text: #007017;
	--abds-color-poor-text: #b32d2e;

	/* Premium / locked-feature teasers */
	--abds-color-premium-text: #5a4b00;
}
