/*

Font license info


## Font Awesome

   Copyright (C) 2016 by Dave Gandy

   Author:    Dave Gandy
   License:   SIL ()
   Homepage:  http://fortawesome.github.com/Font-Awesome/


*/

@font-face {
  font-family: 'icons';
  src: url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-dec16071a841f7705c6c1c05388f49a1f99394b2be53cd2e2f43d264439e5a2f.eot');
  src: url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-dec16071a841f7705c6c1c05388f49a1f99394b2be53cd2e2f43d264439e5a2f.eot#iefix') format('embedded-opentype'),
       url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-ba13d8e777bc57c7277441cda180e12c67bb85e9148cdc8a7412982324179a7f.woff2') format('woff2'),
       url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-0224e6c281014eb2f6a61d413d86b9a2f09c6cfaa6a73adf53ac3cb5ccbeefcc.woff') format('woff'),
       url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-db0e9fc1d04485568451fff980ae237fc4b0dc1868199600a618a593308039df.ttf') format('truetype'),
       url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-5ee7569c48e7dffe641060898270e9041b7a643e191c88143967aaee0c5e2850.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('https://cdn.haproxy.com/documentation/hapee/latest/assets/icons-5ee7569c48e7dffe641060898270e9041b7a643e191c88143967aaee0c5e2850.svg#icons') format('svg');
  }
}
*/
[class^="ha-"]:before, [class*=" ha-"]:before {
  font-family: "icons";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  /* @alternate */ -webkit-font-smoothing: antialiased;
  /* @alternate */ -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ha-book:before { content: '\e800'; } /* '' */
.ha-close:before { content: '\e801'; } /* '' */
.ha-down-dir:before { content: '\e802'; } /* '' */
.ha-up-dir:before { content: '\e803'; } /* '' */
.ha-left-dir:before { content: '\e804'; } /* '' */
.ha-right-dir:before { content: '\e805'; } /* '' */
.ha-down-open:before { content: '\e806'; } /* '' */
.ha-left-open:before { content: '\e807'; } /* '' */
.ha-right-open:before { content: '\e808'; } /* '' */
.ha-up-open:before { content: '\e809'; } /* '' */
.ha-link:before { content: '\e80a'; } /* '' */
.ha-link-ext:before { content: '\f08e'; } /* '' */
.ha-bulb:before { content: '\f0eb'; } /* '' */
.ha-angle-left:before { content: '\f104'; } /* '' */
.ha-angle-right:before { content: '\f105'; } /* '' */
.ha-angle-up:before { content: '\f106'; } /* '' */
.ha-angle-down:before { content: '\f107'; } /* '' */
