@font-face {
  font-family: 'Web-Manuals-Arrows';
  src:  url('fonts/Web-Manuals-Arrows.eot?3jh6ol');
  src:  url('fonts/Web-Manuals-Arrows.eot?3jh6ol#iefix') format('embedded-opentype'),
    url('fonts/Web-Manuals-Arrows.ttf?3jh6ol') format('truetype'),
    url('fonts/Web-Manuals-Arrows.woff?3jh6ol') format('woff'),
    url('fonts/Web-Manuals-Arrows.svg?3jh6ol#Web-Manuals-Arrows') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.web-manuals-arrows {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Web-Manuals-Arrows' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.web-manuals-arrowswm-right-arrow:before {
  content: "\e900";
}
.web-manuals-arrowswm-top-arrow:before {
  content: "\e901";
}
.web-manuals-arrowswm-left-arrow:before {
  content: "\e902";
}
.web-manuals-arrowswm-down-arrow:before {
  content: "\e903";
}
