@font-face {
  font-family: 'Arrows';
  src:
    url('/wp-content/themes/dorcas/fonts/Arrows.ttf?yvu6i9') format('truetype'),
    url('/wp-content/themes/dorcas/fonts/Arrows.woff?yvu6i9') format('woff'),
    url('/wp-content/themes/dorcas/fonts/Arrows.svg?yvu6i9#Arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-arrows {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Arrows' !important;
  speak: none;
  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;
}

.icon-chevron-thin-up:before {
  content: "\e900";
}
.icon-chevron-thin-right:before {
  content: "\e901";
}
.icon-chevron-thin-left:before {
  content: "\e902";
}
.icon-chevron-thin-down:before {
  content: "\e903";
}
