@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'fa';
  src: url('../fontes/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fontes/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
	  url('../fontes/fontawesome-webfont.woff?v=4.2.0') format('woff'),
	  url('../fontes/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
	  url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'dence';
    src: url('../fontes/dense-regular-webfont.eot');
    src: url('../fontes/dense-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/dense-regular-webfont.woff2') format('woff2'),
         url('../fontes/dense-regular-webfont.woff') format('woff'),
         url('../fontes/dense-regular-webfont.ttf') format('truetype'),
         url('../fontes/dense-regular-webfont.svg#denseregular') format('svg');
    font-weight: normal;
    font-style: normal;

}