/* Extracted minimal Themify icon font from ClipTwo vendor bundle.
   Provides the `ti-*` icon classes without pulling in Bootstrap 4. */

@font-face {
  font-family: 'themify';
  src: url('../cliptwo/assets/fonts/themify.eot');
  src:
    url('../cliptwo/assets/fonts/themify.eot?#iefix') format('embedded-opentype'),
    url('../cliptwo/assets/fonts/themify.woff') format('woff'),
    url('../cliptwo/assets/fonts/themify.ttf') format('truetype'),
    url('../cliptwo/assets/fonts/themify.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common icons used by this app */
.ti-home:before { content: "\e69b"; }
.ti-user:before { content: "\e602"; }
.ti-id-badge:before { content: "\e600"; }
.ti-server:before { content: "\e629"; }
.ti-align-justify:before { content: "\e6b8"; }
.ti-angle-down:before { content: "\e64b"; }
.ti-bar-chart:before { content: "\e6ba"; }
.ti-lock:before { content: "\e62a"; }
.ti-bolt:before { content: "\e6cd"; }
.ti-panel:before { content: "\e6f3"; }
.ti-shield:before { content: "\e67f"; }
.ti-search:before { content: "\e610"; }
.ti-layers:before { content: "\e62f"; }
.ti-import:before { content: "\e632"; }
