/*
 * styles/faces.css — GENERATED FILE. Do not hand-edit.
 *
 * Produced by scripts/build-themes.mjs from styles/faces.js.
 * To change a colour, edit faces.js and re-run:
 *   node scripts/build-themes.mjs
 *
 * One palette, every theme, both modes. These are not the organisation's colours — they are the
 * shade and glyph a PERSON picked for their own avatar, and the whole point is that a theme change
 * does not touch them. Deliberately NOT in tokens.css: that file is held byte-identical against a
 * copy in another organisation's repository.
 */

:root {
  --p1: #0B63CE;
  --p1-lift: #1171e5;
  --p2: #4F46E5;
  --p2-lift: #655bff;
  --p3: #8B31C7;
  --p3-lift: #a53fe9;
  --p4: #CE0E63;
  --p4-lift: #e1136e;
  --p5: #00747F;
  --p5-lift: #03808c;
  --p6: #0B7A46;
  --p6-lift: #0e854e;
  --face-0: #5A6169;
  --face-0-lift: #6d757f;
  --face-ink: #ffffff;
  --face-ring: transparent;
}

:root[data-mode="dark"] {
  --face-ring: rgba(255, 255, 255, 0.22);
}
