@charset "UTF-8";

@font-face {
  font-family: 'stoplight';
  src: url('stoplight.eot');
  src: url('stoplight.eot?#iefix') format('embedded-opentype'),
  url('stoplight.woff') format('woff'),
  url('stoplight.ttf') format('truetype'),
  url('stoplight.svg#stoplight') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-sl-icon]:before {
  font-family: "stoplight" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='sl-icon-']:before,
[class*=' sl-icon-']:before {
  font-family: "stoplight" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sl-icon-stoplight:before {
  content: "\62";
}
