/**
 * Kompeaa brand variables — EDIT THIS FILE to apply your exact brand
 * colors everywhere (template gallery, pricing/packages page, builder,
 * ATS checker, dashboard). Every other Kompeaa stylesheet references
 * these variables with a fallback, so changing the four values below is
 * the only edit needed to re-theme the whole plugin.
 *
 * Placeholders below are a reasonable professional navy/gold pairing
 * common to Kenyan job-board sites — swap in your real hex codes from
 * your brand guide or logo files.
 */
:root {
	--kompeaa-brand-primary: #0f766e;   /* main accent: buttons, active states, prices */
	--kompeaa-brand-primary-dark: #0b5a54; /* hover/pressed state of primary */
	--kompeaa-brand-secondary: #1f2a44; /* headings, dark text on light backgrounds */
	--kompeaa-brand-highlight: #f59e0b; /* "Recommended" badges, most-popular package ribbon */
	--kompeaa-brand-bg-soft: #fafafa;   /* card backgrounds, subtle section fills */
	--kompeaa-brand-border: #e2e2e2;    /* card/table borders */
}
