@charset "utf-8";
/* Configurações de fontes do projeto  */
@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/BebasNeue.eot');
  src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
  url('fonts/BebasNeue.woff') format('woff'),
  url('fonts/BebasNeue.ttf') format('truetype'),
  url('fonts/BebasNeue.svg#BebasNeue') format('svg');
  font-weight: normal !important;
  font-style: normal !important;
}

@font-face {
  font-family: 'proxima_nova_regular';
  src: url('fonts/proxima_nova_regular.woff2') format('woff2'),
  url('fonts/proxima_nova_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_light';
  src: url('fonts/proxima_nova_light.woff2') format('woff2'),
  url('fonts/proxima_nova_light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_black';
  src: url('fonts/proxima_nova_black.woff2') format('woff2'),
  url('fonts/proxima_nova_black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}