/* Perception Workshop - Shared Font Declarations */

@font-face {
  font-family: 'Monument Extended';
  src: url('/fonts/Monument-Extended-w300.otf') format('opentype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Monument Extended';
  src: url('/fonts/Monument-Extended-w900.otf') format('opentype');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'HN LT Pro';
  src: url('/fonts/HN-LT-Pro-w400.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'HN LT Pro';
  src: url('/fonts/HN-LT-Pro-w700.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}

/* Thin range (added for the Caption System -- genuine hairline weights) */
@font-face {
  font-family: 'HN LT Pro';
  src: url('/fonts/HN-LT-Pro-w100.otf') format('opentype');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'HN LT Pro';
  src: url('/fonts/HN-LT-Pro-w200.otf') format('opentype');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'HN LT Pro';
  src: url('/fonts/HN-LT-Pro-w300.otf') format('opentype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'HN LT Pro Blk Ex';
  src: url('/fonts/HN-LT-Pro-Blk-Ex-w900.otf') format('opentype');
  font-weight: 900;
  font-display: swap;
}
