Repaint The Glyphs

adapting a color font's palette to the use case

@font-palette-values --brandish {
  font-family: "Nabla";
  override-colors: 0 var(--brand), 1 var(--accent);
}

.display { font-palette: --brandish; }