@font-face {
  font-family: 'chevron';
  src:
    url('https://cdn.icomoon.io/66770/Chevron/chevron.woff2?348vjr') format('woff2'),
    url('https://cdn.icomoon.io/66770/Chevron/chevron.ttf?348vjr') format('truetype'),
    url('https://cdn.icomoon.io/66770/Chevron/chevron.woff?348vjr') format('woff'),
    url('https://cdn.icomoon.io/66770/Chevron/chevron.svg?348vjr#chevron') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="chevron-"], [class*=" chevron-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chevron' !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;
}

.chevron-left-light:before {
  content: "\e600";
}
.chevron-left-normal:before {
  content: "\e601";
}
.chevron-left-medium:before {
  content: "\e602";
}
.chevron-left-bold:before {
  content: "\e603";
}
.chevron-left-bolder:before {
  content: "\e604";
}
.chevron-right-light:before {
  content: "\e605";
}
.chevron-right-normal:before {
  content: "\e606";
}
.chevron-right-medium:before {
  content: "\e607";
}
.chevron-right-bold:before {
  content: "\e608";
}
.chevron-right-bolder:before {
  content: "\e609";
}
.chevron-up-light:before {
  content: "\e60a";
}
.chevron-up-normal:before {
  content: "\e60b";
}
.chevron-up-medium:before {
  content: "\e60c";
}
.chevron-up-bold:before {
  content: "\e60d";
}
.chevron-up-bolder:before {
  content: "\e60e";
}
.chevron-down-light:before {
  content: "\e60f";
}
.chevron-down-normal:before {
  content: "\e610";
}
.chevron-down-medium:before {
  content: "\e611";
}
.chevron-down-bold:before {
  content: "\e612";
}
.chevron-down-bolder:before {
  content: "\e613";
}

