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

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'whitenoise2026' !important;
  speak: never;
  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-map-marker:before {
  content: "\e900";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-circle:before {
  content: "\e901";
}
.icon-circle-filled:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e904";
}
.icon-chevron-up:before {
  content: "\e905";
}
.icon-chevron-down:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-arrow-left:before {
  content: "\e908";
}
.icon-arrow-down:before {
  content: "\e909";
}
.icon-arrow-up:before {
  content: "\e90a";
}
.icon-close-2px:before {
  content: "\e942";
}
