:root{
/* --- base palette (from brand brief) --- */
--navy-900:#3b3e9e;
--navy-800:#004aad;
--steel-600:#004aad;
--steel-400:#6F97AF;
--steel-200:#B9CCD8;
--gold-500:#C79A3B;
--gold-300:#DBC084;
--gold-700:#9C7726;
--cream-50:#F3F1EB;
--cream-100:#EAE7DD;
/* graphite neutrals — for "azul-aço sobre grafite" dark surfaces */
--graphite-950:#14181C;
--graphite-900:#1B2027;
--graphite-800:#262C33;
--graphite-700:#343B44;
--graphite-600:#4A525C;
--graphite-400:#7A828C;
--graphite-200:#C7CCD1;
--graphite-100:#E3E6E9;
--white:#FFFFFF;
/* semantic states, derived to sit in the same family as the brand hues */
--state-success:#3E6E4A;
--state-warning:var(--gold-500);
--state-danger:#8C3B2E;
--state-info:var(--steel-600);
/* --- semantic aliases --- */
--surface-page:var(--cream-50);
--surface-card:var(--white);
--surface-dark:var(--graphite-950);
--surface-dark-raised:var(--graphite-900);
--surface-sunken:var(--cream-100);
--text-primary:var(--graphite-950);
--text-secondary:var(--graphite-600);
--text-muted:var(--graphite-400);
--text-inverse:var(--cream-50);
--text-inverse-muted:var(--steel-200);
--border-default:var(--graphite-200);
--border-strong:var(--graphite-400);
--border-dark:var(--graphite-700);
--accent-primary:var(--navy-900);
--accent-primary-hover:color-mix(in oklch,var(--steel-600) 85%,black);
--accent-secondary:var(--steel-600);
--accent-secondary-hover:color-mix(in oklch,var(--steel-600) 85%,black);
--accent-gold:var(--gold-500);
--accent-gold-hover:var(--gold-700);
--focus-ring:var(--steel-600);
}
