@font-face {
  font-family: 'Nimbus Roman No9 L';
  src: local('Nimbus Roman No9 L Regular Italic'), local('NimbusRomNo9L-RegIta'),
    url('../webfonts/NimbusRomNo9L-RegIta.woff2') format('woff2'),
    url('../webfonts/NimbusRomNo9L-RegIta.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nimbus Roman No9 L';
  src: local('Nimbus Roman No9 L Regular'), local('NimbusRomNo9L-Reg'),
    url('../webfonts/NimbusRomNo9L-Reg.woff2') format('woff2'),
    url('../webfonts/NimbusRomNo9L-Reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nimbus Roman No9 L';
  src: local('Nimbus Roman No9 L Medium Italic'), local('NimbusRomNo9L-MedIta'),
    url('../webfonts/NimbusRomNo9L-MedIta.woff2') format('woff2'),
    url('../webfonts/NimbusRomNo9L-MedIta.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nimbus Roman No9 L';
  src: local('Nimbus Roman No9 L Medium'), local('NimbusRomNo9L-Med'),
    url('../webfonts/NimbusRomNo9L-Med.woff2') format('woff2'),
    url('../webfonts/NimbusRomNo9L-Med.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

