/* Two existing glyphs from DethemeKit 2.1.10, GPL-2.0-or-later. */
@font-face {
  font-family: 'dticon';
  src: url('dticon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.dticon-copy-outline, .dticon-checkbox-outline,
.dticon-copy-outline::before, .dticon-checkbox-outline::before {
  font-family: 'dticon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dticon-checkbox-outline::before { content: "\e953"; }
.dticon-copy-outline::before { content: "\e978"; }
