/**
 * ImoRank Design Tokens
 * ---------------------
 * Change the look of the whole site by editing ONLY the values below —
 * via wp-admin → Appearance → Customize → Additional CSS, paste:
 *
 *   :root {
 *     --imorank-color-primary: #YOUR-COLOR;
 *   }
 *
 * No plugin update needed for colors, spacing, or fonts. Structural/layout
 * changes still require updating the plugin.
 */
:root {
	/* Colors — warm & approachable, Portuguese-tile inspired */
	--imorank-color-primary: #c1573a;       /* terracotta — buttons, links, rank numbers */
	--imorank-color-primary-dark: #a3452c;  /* hover state */
	--imorank-color-cream: #faf3e9;         /* background tint */
	--imorank-color-text: #3d2e28;          /* main text, warm dark brown */
	--imorank-color-text-light: #7a6a60;    /* secondary text (agency, bio) */
	--imorank-color-border: #e8dcd0;        /* card borders */
	--imorank-color-verified: #2f7d4f;      /* verified badge */

	/* Typography */
	--imorank-font-heading: 'Lora', Georgia, serif;
	--imorank-font-body: 'Nunito Sans', -apple-system, sans-serif;

	/* Spacing & shape */
	--imorank-radius: 10px;
	--imorank-gap: 16px;
}
