/* Streamline Sharp Duo iconography tones.
   Served as a static file from /public to bypass Tailwind/Lightning CSS processing
   on Vercel, which was stripping these rules from the bundled globals.css. */
[data-tone="action"] .icon-fill       { fill: #fed7aa; stroke: none; }
[data-tone="action"] .icon-stroke     { stroke: #f97316; fill: none; }
[data-tone="meta"] .icon-fill         { fill: #d6d3d1; stroke: none; }
[data-tone="meta"] .icon-stroke       { stroke: #2d2d2d; fill: none; }
[data-tone="heading"] .icon-fill      { fill: #d49b47; stroke: none; }
[data-tone="heading"] .icon-stroke    { stroke: #2d2d2d; fill: none; }
[data-tone="destructive"] .icon-fill  { fill: #fde5e2; stroke: none; }
[data-tone="destructive"] .icon-stroke{ stroke: #d83e30; fill: none; }
[data-tone="inherit"] .icon-fill      { fill: currentcolor; fill-opacity: 0.2; stroke: none; }
[data-tone="inherit"] .icon-stroke    { stroke: currentcolor; fill: none; }
