@font-face {
    font-family: 'com_delete';
    src:
            url('fonts/com_delete.ttf?wvzbfc') format('truetype'),
            url('fonts/com_delete.woff?wvzbfc') format('woff'),
            url('fonts/com_delete.svg?wvzbfc#com_delete') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icon-five-pointed_start';
    src:  url('fonts/icon-five-pointed_start.eot?mp7o0i');
    src:  url('fonts/icon-five-pointed_start.eot?mp7o0i#iefix') format('embedded-opentype'),
    url('fonts/icon-five-pointed_start.ttf?mp7o0i') format('truetype'),
    url('fonts/icon-five-pointed_start.woff?mp7o0i') format('woff'),
    url('fonts/icon-five-pointed_start.svg?mp7o0i#icon-five-pointed_start') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icon_lock';
  src:  url('fonts/icon_lock.eot?j2a5m6');
  src:  url('fonts/icon_lock.eot?j2a5m6#iefix') format('embedded-opentype'),
    url('fonts/icon_lock.ttf?j2a5m6') format('truetype'),
    url('fonts/icon_lock.woff?j2a5m6') format('woff'),
    url('fonts/icon_lock.svg?j2a5m6#icon_lock') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-com"], [class*=" icon-com"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'com_delete' !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;
}
[class^="icon-five-pointed"], [class*=" icon-five-pointed"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon-five-pointed_start' !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;
}
[class^="icon_lock_"], [class*=" icon_lock_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon_lock' !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-com_delete:before {
    content: "\e900";
    color: #c7c7c7;
}
.icon-five-pointed_start:before {
    content: "\e901";
    color: #ffcb17;
}
.icon_lock_small:before {
  content: "\e904";
  color:#F0811F;
}