@font-face {
    font-family: 'DeonClient';
    src: url('../fonts/DeonClient.eot?wcb0mz');
    src: url('../fonts/DeonClient.eot?wcb0mz#iefix') format('embedded-opentype'), url('../fonts/DeonClient.ttf?wcb0mz') format('truetype'), url('../fonts/DeonClient.woff?wcb0mz') format('woff'), url('../fonts/DeonClient.svg?wcb0mz#DeonClient') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* comfortaa-300 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/comfortaa-v37-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/comfortaa-v37-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/comfortaa-v37-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/comfortaa-v37-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/comfortaa-v37-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/comfortaa-v37-latin-300.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-regular - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/comfortaa-v37-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/comfortaa-v37-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/comfortaa-v37-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/comfortaa-v37-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/comfortaa-v37-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/comfortaa-v37-latin-regular.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-500 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/comfortaa-v37-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/comfortaa-v37-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/comfortaa-v37-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/comfortaa-v37-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/comfortaa-v37-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/comfortaa-v37-latin-500.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'DeonClient' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 160%;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-delete:before {
  content: "\e900";
}
.icon-invite:before {
  content: "\e901";
}
.icon-my-maps:before {
  content: "\e902";
}
.icon-open:before {
  content: "\e903";
}
.icon-preferences:before {
  content: "\e904";
}
.icon-show:before {
  content: "\e905";
}
.icon-star:before {
  content: "\e906";
}
.icon-rename:before {
  content: "\e907";
}
.icon-create-note:before {
  content: "\e909";
}
.icon-voting:before {
  content: "\e90a";
}
.icon-sync-view:before {
  content: "\e908";
}