/* Subset of Phosphor Icons v2.1.2, regular weight. See PHOSPHOR-LICENSE. */
@font-face {
  font-family: "Phosphor";
  src: url("/static/phosphor-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ph.ph-arrow-clockwise::before { content: "\e036"; }
.ph.ph-arrow-left::before { content: "\e058"; }
.ph.ph-arrows-clockwise::before { content: "\e094"; }
.ph.ph-broom::before { content: "\ec54"; }
.ph.ph-browser::before { content: "\e0f4"; }
.ph.ph-buildings::before { content: "\e102"; }
.ph.ph-calendar-dots::before { content: "\e7b4"; }
.ph.ph-caret-left::before { content: "\e138"; }
.ph.ph-caret-right::before { content: "\e13a"; }
.ph.ph-chart-line-up::before { content: "\e156"; }
.ph.ph-chat-circle-text::before { content: "\e16e"; }
.ph.ph-check-circle::before { content: "\e184"; }
.ph.ph-circle-notch::before { content: "\eb44"; }
.ph.ph-code::before { content: "\e1bc"; }
.ph.ph-copy::before { content: "\e1ca"; }
.ph.ph-cursor-click::before { content: "\e7c8"; }
.ph.ph-floppy-disk::before { content: "\e248"; }
.ph.ph-info::before { content: "\e2ce"; }
.ph.ph-key::before { content: "\e2d6"; }
.ph.ph-link::before { content: "\e2e2"; }
.ph.ph-lock-key::before { content: "\e2fe"; }
.ph.ph-magnifying-glass::before { content: "\e30c"; }
.ph.ph-play::before { content: "\e3d0"; }
.ph.ph-play-circle::before { content: "\e3d2"; }
.ph.ph-plugs-connected::before { content: "\eb5a"; }
.ph.ph-quotes::before { content: "\e660"; }
.ph.ph-robot::before { content: "\e762"; }
.ph.ph-sign-in::before { content: "\e428"; }
.ph.ph-sign-out::before { content: "\e42a"; }
.ph.ph-sliders-horizontal::before { content: "\e434"; }
.ph.ph-spinner-gap::before { content: "\e66c"; }
.ph.ph-squares-four::before { content: "\e464"; }
.ph.ph-terminal-window::before { content: "\eae8"; }
.ph.ph-trash::before { content: "\e4a6"; }
.ph.ph-tray::before { content: "\e4aa"; }
.ph.ph-user-circle::before { content: "\e4c4"; }
.ph.ph-user-plus::before { content: "\e4d0"; }
.ph.ph-users::before { content: "\e4d6"; }
.ph.ph-warning-circle::before { content: "\e4e2"; }
.ph.ph-x::before { content: "\e4f6"; }

.ph-spin { animation: phosphor-spin 0.9s linear infinite; }

@keyframes phosphor-spin {
  to { transform: rotate(360deg); }
}
