@font-face {
  font-family: "icn";
  src: url('./src/icn.eot?t=1710369408591'); /* IE9*/
  src: url('./src/icn.eot?t=1710369408591#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("./src/icn.woff2?t=1710369408591") format("woff2"),
  url("./src/icn.woff?t=1710369408591") format("woff"),
  url('./src/icn.ttf?t=1710369408591') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('./src/icn.svg?t=1710369408591#icn') format('svg'); /* iOS 4.1- */
}

[class^="icn-"], [class*=" icn-"] {
  font-family: 'icn' !important;
  font-size:1rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icn-hourglass:before { content: "\ea01"; }
.icn-nav:before { content: "\ea02"; }
.icn-rocket:before { content: "\ea03"; }

