/* Tabler icons — subset to the 19 icons Taskboard uses.
   Was loaded from cdn.jsdelivr.net (810 KB for the full set, and it told the
   CDN who every visitor was). Regenerate if an icon is added, or it renders
   blank. */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("tabler-icons-subset.woff2") format("woff2");
}
.ti {
  font-family: "tabler-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-building:before { content: "\ea4f"; }
.ti-calendar-off:before { content: "\ee1f"; }
.ti-check:before { content: "\ea5e"; }
.ti-device-floppy:before { content: "\eb62"; }
.ti-folder:before { content: "\eaad"; }
.ti-grip-vertical:before { content: "\ec01"; }
.ti-inbox:before { content: "\eac4"; }
.ti-layout-kanban:before { content: "\ec3f"; }
.ti-notes:before { content: "\eb6e"; }
.ti-pencil:before { content: "\eb04"; }
.ti-plus:before { content: "\eb0b"; }
.ti-settings:before { content: "\eb20"; }
.ti-sparkles:before { content: "\f6d7"; }
.ti-trash:before { content: "\eb41"; }
.ti-upload:before { content: "\eb47"; }
.ti-user:before { content: "\eb4d"; }
.ti-x:before { content: "\eb55"; }
.ti-zoom-in:before { content: "\eb56"; }
.ti-zoom-out:before { content: "\eb57"; }
