@font-face {
  font-family: "feather";
  src: url("../../fonts/feather.eot?iefix") format("embedded-opentype"),
    url("../../fonts/feather.ttf") format("truetype"),
    url("../../fonts/feather.woff") format("woff"),
    url("../../fonts/feather.woff2") format("woff2"),
    url("../../fonts/feather.svg#feather") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[data-feather] {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

svg[data-feather] {
  width: 1em;
  height: 1em;
}

[data-feather].svg-fill {
  fill: currentColor;
  stroke: none;
}

/* Icon styles for dashboard cards */
i[data-feather] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
}

i[data-feather].svg-fill {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: inherit;
}
