/* FontFace */

@font-face {
font-family: 'brn-bold';
src: url('../ff/br_bld.eot');
src: url('../ff/br_bld.eot?#iefix') format('embedded-opentype'),
  url('../ff/br_bld.woff') format('woff'),
  url('../ff/br_bld.ttf') format('truetype'),
  url('../ff/br_bld.svg#brn-bold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'brn-light';
src: url('../ff/brn_light.eot');
src: url('../ff/br_light.eot?#iefix') format('embedded-opentype'),
  url('../ff/br_light.woff') format('woff'),
  url('../ff/br_light.ttf') format('truetype'),
  url('../ff/br_light.svg#brn-light') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'brn-regular';
src: url('../ff/br_reg.eot');
src: url('../ff/br_reg.eot?#iefix') format('embedded-opentype'),
  url('../ff/br_reg.woff') format('woff'),
  url('../ff/br_reg.ttf') format('truetype'),
  url('../ff/br_reg.svg#brn-regular') format('svg');
font-weight: normal;
font-style: normal;
}