@font-face {
    font-family: 'Dense';
    src: url('../fonts/dense-regular-webfont.woff2') format('woff2'),
         url('../fonts/dense-regular-webfont.woff') format('woff'),
		 url('../fonts/dense-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* ----------------------------- */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?46yjdu');
  src:  url('../fonts/icomoon.eot?46yjdu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?46yjdu') format('truetype'),
    url('../fonts/icomoon.woff?46yjdu') format('woff'),
    url('../fonts/icomoon.svg?46yjdu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-location:before {
  content: "\e947";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eac9";
}
