:root {
  /* FontAwesome glyphs as ASCII escapes (\fXXXX).
     This file is copied verbatim, bypassing Lightning CSS (rsbuild copy +
     info:{minimized:true}), so the escape is NOT collapsed into a raw character
     and the file stays pure-ASCII -> icons do not depend on the served charset.
     Consumed from SCSS as `content: var(--d5-fa-...)`. Keep this file ASCII-only. */
  --d5-fa-caret-right: "\f0da";   /* fa caret-right: tree-list expand/collapse arrow */
  --d5-fa-chevron-down: "\f078";  /* fa chevron-down: dropdown editor chevron */
}
