@font-face {
  font-family: 'icon1';
  src:  url('fonts/icon1.eot?to3nmx');
  src:  url('fonts/icon1.eot?to3nmx#iefix') format('embedded-opentype'),
    url('fonts/icon1.ttf?to3nmx') format('truetype'),
    url('fonts/icon1.woff?to3nmx') format('woff'),
    url('fonts/icon1.svg?to3nmx#icon1') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.icon1 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon1' !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;
}

.icon1_add:before {
  content: "\e145";
}
.icon1_arrow_back:before {
  content: "\e5c4";
}
.icon1_arrow_downward:before {
  content: "\e5db";
}
.icon1_arrow_forward:before {
  content: "\e5c8";
}
.icon1_arrow_upward:before {
  content: "\e5d8";
}
.icon1_check:before {
  content: "\e900";
}
.icon1_chevron-down:before {
  content: "\e904";
}
.icon1_chevron-left:before {
  content: "\e905";
}
.icon1_chevron-right:before {
  content: "\e906";
}
.icon1_chevron-up:before {
  content: "\e907";
}
.icon1_chevrons-left:before {
  content: "\e908";
}
.icon1_chevrons-right:before {
  content: "\e909";
}
.icon1_menu:before {
  content: "\e901";
}
.icon1_search:before {
  content: "\e902";
}
.icon1_baseline-home-24px:before {
  content: "\e903";
}
