/* Minimal Glyphicons Halflings embed */
@font-face{
  font-family:'Glyphicons Halflings';
  src: url('/assets/vendor/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('/assets/vendor/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('/assets/vendor/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/assets/vendor/fonts/glyphicons-halflings-regular.eot');
  font-weight:normal;font-style:normal;font-display:swap;
}
.glyphicon{position:relative;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicon-ok:before{content:"\e013"}
.glyphicon-wrench:before{content:"\e136"}
.glyphicon-user:before{content:"\e008"}