/* ============================================================================
 * OGACE Brand Tokens — single source of truth
 * ------------------------------------------------------------------
 * Colors sampled directly from the real Online Guide Association logo
 * (the diamond globe + ribbon mark) and matched to the same values the
 * OGA Tourism Core theme already documents in BRANDING.md, so the plugin
 * and theme render the identical brand regardless of which one is active.
 *
 * Load this BEFORE any other plugin stylesheet and reference these vars
 * instead of hardcoding a new hex value — that's how modules/ogace's
 * dozen-plus separate CSS files ended up with a dozen-plus unrelated
 * palettes (ogama-*, ogw-*, etc.) in the first place.
 * ========================================================================== */
:root {
	/* Brand mark palette — sampled from the logo artwork itself.
	   Use for the logo mark / wordmark only, never recolored. */
	--oga-logo-navy:  #1c3f8f;
	--oga-logo-red:   #d81f36;
	--oga-logo-cream: #fdfaf3;

	/* UI accent palette — buttons, links, CTAs, active states, gradients */
	--oga-blue:       #032ea1;
	--oga-blue-dark:  #021d66;
	--oga-blue-tint:  #eaf0fe;
	--oga-red:        #e00025;
	--oga-red-dark:   #a5001c;
	--oga-red-tint:   #fde9ec;

	/* Neutrals */
	--oga-ink:        #1a1a1a;
	--oga-ink-muted:  #5a5a5a;
	--oga-bg:         #ffffff;
	--oga-bg-soft:    #f5f6f8;
	--oga-border:     #e2e4e9;
}
