/* HR AI Recommendation Index — palette overrides for the Modernist design system. Load AFTER the design system's styles.css.
   Accent #8f2a5f (Design, 2026-09-17); the tints and shades are computed and the neutral ramp is the publisher's grey, both pending a brand ramp from Design. */

:root {
  --color-bg:      #f4f4f4;
  --color-text:    #1f1f1f;
  --color-divider: #c4c4c4;
  --color-accent:  #8f2a5f;

  --color-accent-100: #f4eaef;
  --color-accent-200: #e6d0dc;
  --color-accent-300: #d2aabf;
  --color-accent-400: #ba7b9c;
  --color-accent-500: #8f2a5f;
  --color-accent-600: #7a2451;
  --color-accent-700: #641d42;
  --color-accent-800: #4f1734;
  --color-accent-900: #391126;

  --color-accent-2:     #8f2a5f;
  --color-accent-2-500: #8f2a5f;
  --color-accent-2-700: #641d42;

  --color-neutral-100: #ececec;
  --color-neutral-200: #dcdcdc;
  --color-neutral-300: #c4c4c4;
  --color-neutral-400: #a4a4a4;
  --color-neutral-500: #7e7e7e;
  --color-neutral-600: #636363;
  --color-neutral-700: #4b4b4b;
  --color-neutral-800: #343434;
  --color-neutral-900: #1f1f1f;
}
