@font-face {
  font-family: 'Objectivity';
  src: url('fonts/objectivity-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Objectivity';
  src: url('fonts/objectivity-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Objectivity';
  src: url('fonts/objectivity-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?z034t3');
  src:  url('fonts/icomoon.eot?z034t3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z034t3') format('truetype'),
    url('fonts/icomoon.woff?z034t3') format('woff'),
    url('fonts/icomoon.svg?z034t3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e905";
}
.icon-add:before {
  content: "\e906";
}
.icon-quote:before {
  content: "\e907";
}
.icon-mark:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e909";
}
