/*
 * App Icons — a deliberately small subset of Bootstrap Icons 1.13.1.
 * Only glyphs used by this application are bundled; see static/fonts/LICENSE.
 */
@font-face {
  font-family: "App Icons";
  src: url("/static/fonts/app-icons.woff2?v=1.0.0") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: normal;
}

.app-icon {
  display: inline-block;
  flex: 0 0 auto;
  font-family: "App Icons" !important;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
  speak: never;
  text-rendering: auto;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app-icon-archive::before { content: "\f10d"; }
.app-icon-arrow-left::before { content: "\f12f"; }
.app-icon-arrow-repeat::before { content: "\f130"; }
.app-icon-arrow-right::before { content: "\f138"; }
.app-icon-book::before { content: "\f194"; }
.app-icon-logout::before { content: "\f1c3"; }
.app-icon-check::before { content: "\f272"; }
.app-icon-history::before { content: "\f292"; }
.app-icon-collection::before { content: "\f2cc"; }
.app-icon-download::before { content: "\f30a"; }
.app-icon-package::before { content: "\f391"; }
.app-icon-layers::before { content: "\f45b"; }
.app-icon-list::before { content: "\f478"; }
.app-icon-edit::before { content: "\f4ca"; }
.app-icon-account::before { content: "\f4d7"; }
.app-icon-user::before { content: "\f4e1"; }
.app-icon-plus::before { content: "\f4fe"; }
.app-icon-shield-check::before { content: "\f52f"; }
.app-icon-stack::before { content: "\f585"; }
.app-icon-stars::before { content: "\f589"; }
.app-icon-close::before { content: "\f659"; }
.app-icon-trash::before { content: "\f78b"; }
