/* CMYFCC-V1-BRAND-RECONCILE-V2 — tenant-overlay tokens.
   CMYFCC brand canon (Paul ratified 2026-05-13). Imported AFTER
   /_chassis/gentoo-tokens.css so the tenant palette overrides the
   canonical chassis primitives. Gentoo Logic blue is NOT a CMYFCC
   primary; it only appears as a small footer watermark. */
:root {
  --cmyfcc-navy: #0E2A5F;
  --cmyfcc-red: #D72525;
  --cmyfcc-white: #FFFFFF;
  --cmyfcc-gray-light: #E8EAEC;
  --cmyfcc-slate: #374151;
  --cmyfcc-silver: #9CA3AF;

  /* Override canonical-style chassis variables with CMYFCC palette */
  --primary: var(--cmyfcc-navy);
  --accent: var(--cmyfcc-red);
  --canvas: var(--cmyfcc-white);
  --body-text: var(--cmyfcc-slate);

  /* Bridge to chassis token names (gentoo-tokens.css) so the canonical
     cockpit shell renders in tenant palette instead of Gentoo blue. */
  --gl-brand: var(--cmyfcc-navy);
  --gl-brand-strong: var(--cmyfcc-navy);
  --gl-brand-soft: var(--cmyfcc-gray-light);
  --gl-brand-grey: var(--cmyfcc-silver);
  --gl-brand-paper: var(--cmyfcc-gray-light);

  /* Typography */
  --cmyfcc-display-font: Avenir, 'Avenir Next', 'Helvetica Neue', 'Proxima Nova', Montserrat, Arial, sans-serif;
  --cmyfcc-display-weight: 900;
  --cmyfcc-body-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
