/*
 * Font Face Declarations
 * ----------------------
 * See licences/fonts for licensing / attribution of embedded font files.
 * Ensure commercial EULAs (Nimbus Sans variant, HTF Didot) are honored.
 */
@font-face {
  font-family: 'NimbusSansExtd-Regular';
  src: url('fonts/NimbusSanExt-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusSansExtd-Bold';
  src: url('fonts/NimbusSanExt-Bol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusSansExtd-Light';
  src: url('fonts/NimbusSanExt-Lig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusSans-Regular';
  src: url('fonts/NimbusSanD-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusSans-Bold';
  src: url('fonts/NimbusSanD-Bol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusSans-Light';
  src: url('fonts/NimbusSanD-Lig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HTFDidot-Light';
  src: url('fonts/HTFDidot-Light24.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HTFDidot-Medium';
  src: url('fonts/HTFDidot-Medium24.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
