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

[class^="icon__"], [class*=" icon__"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'koakosan' !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__zoom:before {
  content: "\e914";
}
.icon__arrow-top:before {
  content: "\e912";
}
.icon__arrow-bottom:before {
  content: "\e913";
}
.icon__calendar:before {
  content: "\e90f";
  color: #fff;
}
.icon__pamphlet:before {
  content: "\e910";
  color: #fff;
}
.icon__house:before {
  content: "\e911";
  color: #fff;
}
.icon__checkmark:before {
  content: "\e90d";
}
.icon__arrow-rigth:before {
  content: "\e90e";
}
.icon__arrow-left-lg:before {
  content: "\e90b";
}
.icon__arrow-right-lg:before {
  content: "\e90c";
}
.icon__blank:before {
  content: "\e90a";
}
.icon__phone:before {
  content: "\e909";
}
.icon__more:before {
  content: "\e908";
}
.icon__arrow-left:before {
  content: "\e906";
}
.icon__arrow-right:before {
  content: "\e907";
}
.icon__arrow-right-sm:before {
  content: "\e902";
}
.icon__arrow-left-sm:before {
  content: "\e903";
}
.icon__arrow-down-sm:before {
  content: "\e904";
}
.icon__arrow-up-sm:before {
  content: "\e905";
}
.icon__home:before {
  content: "\e900";
}
.icon__tool:before {
  content: "\e901";
}
