$font-path: '../../../assets/fonts/AvenirNext/';

@font-face {
  font-family: 'Avenir Next';
  src: local('Avenir Next Regular'), local('Avenir-Next-Regular'),
    local('AvenirNext-Regular'), local('AvenirNextRegular'),
    url($font-path + 'Regular/AvenirNext-Regular.woff2') format('woff2'),
    url($font-path + 'Regular/AvenirNext-Regular.woff') format('woff'),
    url($font-path + 'Regular/AvenirNext-Regular.ttf') format('truetype'),
    url($font-path + 'Regular/AvenirNext-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: local('Avenir Next Bold'), local('Avenir-Next-Bold'),
    local('AvenirNext-Bold'), local('AvenirNextBold'),
    url($font-path + 'Bold/AvenirNext-Bold.woff2') format('woff2'),
    url($font-path + 'Bold/AvenirNext-Bold.woff') format('woff'),
    url($font-path + 'Bold/AvenirNext-Bold.ttf') format('truetype'),
    url($font-path + 'Bold/AvenirNext-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
