@import "variables";

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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '#{$icomoon-font-family}' !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-bus-grant {
  &:before {
    content: $icon-bus-grant;     
    color: #25861e;
  }
}
.icon-messages {
  &:before {
    content: $icon-messages;     
    color: #25861e;
  }
}
.icon-find_school {
  &:before {
    content: $icon-find_school;     
    color: #25861e;
  }
}
.icon-find_store {
  &:before {
    content: $icon-find_store;     
    color: #25861e;
  }
}
.icon-password_icon {
  &:before {
    content: $icon-password_icon;     
    color: #25861e;
  }
}
.icon-report_icon {
  &:before {
    content: $icon-report_icon;     
    color: #25861e;
  }
}
.icon-log_icon {
  &:before {
    content: $icon-log_icon;     
    color: #25861e;
  }
}
.icon-dashboard {
  &:before {
    content: $icon-dashboard;     
    color: #25861e;
  }
}
.icon-booking {
  &:before {
    content: $icon-booking;     
    color: #25861e;
  }
}
.icon-profile {
  &:before {
    content: $icon-profile;     
    color: #25861e;
  }
}
.icon-settings {
  &:before {
    content: $icon-settings;     
    color: #25861e;
  }
}
.icon-create-booking {
  &:before {
    content: $icon-create-booking;     
    color: #25861e;
  }
}
.icon-log-in {
  &:before {
    content: $icon-log-in;     
    color: #25861e;
  }
}
.icon-log-out {
  &:before {
    content: $icon-log-out;     
    color: #25861e;
  }
}
.icon-manage-booking {
  &:before {
    content: $icon-manage-booking;     
    color: #25861e;
  }
}
.icon-manage-profile {
  &:before {
    content: $icon-manage-profile;     
    color: #25861e;
  }
}
.icon-store {
  &:before {
    content: $icon-store;     
    color: #25861e;
  }
}

