
@font-face {
    font-family: 'bn_canyonregular';
    src: url('/fonts/bncanyon-webfont.woff2') format('woff2'),
         url('/fonts/bncanyon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext';
    src: local('Avenir Next Regular'), local('Avenir-Next-Regular'),
        url('/fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('/fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('/fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }