/*
 * Tazkia deployment branding — overrides the product palette at runtime.
 * Served from an external static location listed before classpath:/static/,
 * shadowing the empty /css/branding.css shipped in the jar.
 *
 * Primary scale derived from the Tazkia brand blue #194189
 * (stmik.tazkia.ac.id global.css, shifted one step so primary-600 = brand blue).
 * The logo's orange #EE7B1D stays in the mark; accent green keeps its
 * success/money semantics.
 */
:root, :host {
  --color-primary-50: #e6eaf3;
  --color-primary-100: #ccd5e7;
  --color-primary-200: #99abcf;
  --color-primary-300: #6681b7;
  --color-primary-400: #33579f;
  --color-primary-500: #2a4c94;
  --color-primary-600: #194189;
  --color-primary-700: #14346e;
  --color-primary-800: #0f2752;
  --color-primary-900: #0a1a37;
}
