@font-face {
  font-family: 'AvenirBlack';
  src: local('Avenir LT Pro 95 Black'), local('AvenirLTPro-Black'),
    url('AvenirLTPro-Black.woff2') format('woff2'),
    url('AvenirLTPro-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirRoman';
  src: local('Avenir LT Pro 55 Roman'), local('AvenirLTPro-Roman'),
    url('AvenirLTPro-Roman.woff2') format('woff2'),
    url('AvenirLTPro-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirBook';
  src: local('Avenir LT Pro 45 Book'), local('AvenirLTPro-Book'),
    url('AvenirLTPro-Book.woff2') format('woff2'),
    url('AvenirLTPro-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirHeavy';
  src: local('Avenir LT Pro 85 Heavy'), local('AvenirLTPro-Heavy'),
    url('AvenirLTPro-Heavy.woff2') format('woff2'),
    url('AvenirLTPro-Heavy.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLight';
  src: local('Avenir LT Pro 35 Light'), local('AvenirLTPro-Light'),
    url('AvenirLTPro-Light.woff2') format('woff2'),
    url('AvenirLTPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirMedium';
  src: local('Avenir LT Pro 65 Medium'), local('AvenirLTPro-Medium'),
    url('AvenirLTPro-Medium.woff2') format('woff2'),
    url('AvenirLTPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "AvenirRoman";
  color: #2D3949;
}

h1 {
  font-family: 'AvenirHeavy', 'Arial', 'sans-serif' !important;
  letter-spacing: 1px !important;
  font-size: 34px !important;
}

h2 {
  font-family: 'AvenirHeavy', 'Arial', 'sans-serif' !important;
  letter-spacing: 1px !important;
  font-size: 28px !important;
}

h4 {
  font-family: 'AvenirHeavy', 'Arial', 'sans-serif' !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
}

h4 {
  font-family: 'AvenirBook', 'Arial', 'sans-serif' !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
}

a {
  font-family: 'AvenirRoman', 'Arial', 'sans-serif' !important;
  color: #0F4BEB !important;
}

a:hover {
  text-decoration: none !important;
}

a:visited {
  color: #bf0feb !important;
}