/* EXP Frontier editorial icons: outlined pressure shapes, never uniform strokes. */
.exp-icon {
  display: block;
  flex: none;
  width: var(--exp-icon-size, 44px);
  height: var(--exp-icon-size, 44px);
  color: var(--exp-icon-color, currentColor);
  fill: currentColor;
  stroke: none;
  overflow: visible;
}
.exp-icon path, .exp-icon circle { fill: currentColor; stroke: none; }
