@font-face {
  font-family: "Untitled";
  src: url("fonts/Untitled.woff2") format("woff2"),
       url("fonts/Untitled.woff") format("woff"),
       url("fonts/Untitled.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: "Untitled" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before { content: "\f000"; }
.icon-minus:before { content: "\f001"; }
