/**
 * Common Design: Icons
 *
 * The SVG sprite is still generated by a script from npm. See our docs for more
 * info on using and generating the icon sprite.
 */
svg.icons-sprite {
  display: none;
  overflow: hidden;
}

svg.icon {
  display: inline-block;
  pointer-events: none;
}

.cd-icon {
  width: 0.5rem;
  height: 0.5rem;
}
