@font-face {
  font-family: 'Digitplan';
  src:
    url('../fonts/Digitplan.ttf?zms6') format('truetype'),
    url('../fonts/Digitplan.woff?zms6') format('woff'),
    url('../fonts/Digitplan.svg?zms6#Digitplan') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Digitplan' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dp-density:before {
  content: "\e908";
}
.dp-offset:before {
  content: "\e907";
}
.dp-cubic:before {
  content: "\e906";
  color:rgba(244,255,253,.56);
}
.dp-budget:before {
  content: "\e903";
}
.dp-sleep:before {
  content: "\e905";
}
.dp-distributor:before {
  content: "\e904";
}
.dp-contract:before {
  content: "\e900";
}
.dp-sensor:before {
  content: "\e901";
}
.dp-silo:before {
  content: "\e902";
}
