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

[class^="icon-"], [class*=" icon-"] {
  /* 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;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

.icon-flight:before {
  content: "\e539";
}
.icon-airport_shuttle:before {
  content: "\eb3c";
}
.icon-directions_bike:before {
  content: "\e52f";
}
.icon-directions_boat:before {
  content: "\e532";
}
.icon-directions_bus:before {
  content: "\e530";
}
.icon-directions_railway:before {
  content: "\e534";
}
.icon-directions_run:before {
  content: "\e566";
}
.icon-directions_transit:before {
  content: "\e535";
}
.icon-directions_walk:before {
  content: "\e536";
}
.icon-time_to_leave:before {
  content: "\e62c";
}
.icon-local_bar:before {
  content: "\e540";
}
.icon-motorcycle:before {
  content: "\e91b";
}
.icon-rowing:before {
  content: "\e921";
}
.icon-three-bars:before {
  content: "\f05e";
}
.icon-triangle-down:before {
  content: "\f05b";
}
.icon-triangle-left:before {
  content: "\f044";
}
.icon-triangle-right:before {
  content: "\f05a";
}
.icon-triangle-up:before {
  content: "\f0aa";
}
