/* Font Awesome 4.7.0 - minimal subset for DICOM toolbar */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.woff2') format('woff2'),
       url('./fonts/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before, .fa-repeat:before { content: "\f01e"; }
.fa-file:before { content: "\f15b"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-list:before { content: "\f03a"; }
.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }
.fa-image:before, .fa-picture-o:before { content: "\f03e"; }
.fa-info:before { content: "\f129"; }
.fa-question:before { content: "\f128"; }
