@import './orion-fusion-theme/IconOutOfNetwork.module';
@import './clinical-lowlight-theme/IconOutOfNetwork.module';

/* stylelint-disable selector-class-pattern */
:local {
  .IconOutOfNetwork {
    path:nth-of-type(1) {
      fill: var(--terra-icon-out-of-network-path-1-fill, currentColor);
    }

    path:nth-of-type(2) {
      fill: var(--terra-icon-out-of-network-path-2-fill, #e50001);
    }
  }
}
/* stylelint-enable selector-class-pattern */
