/* Archer (H&FJ).
   The original CSS references font-families 'Archer A'/'Archer B' for display
   and 'Archer SSm A'/'Archer SSm B' for body — those were CDN-served webfont
   pairs. We have only the regular Archer Pro .otf family, so we register all
   four family names against the same files. Visual difference is negligible
   for our purposes. */

@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Thin-Pro.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-ThinItal-Pro.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Hairline-Pro.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-HairlineItal-Pro.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Light-Pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-LightItal-Pro.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Book-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-BookItal-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Medium-Pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-MediumItal-Pro.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Semibold-Pro.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-SembdItal-Pro.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-Bold-Pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-BoldItal-Pro.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-XLight-Pro.otf') format('opentype');
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../assets/fonts/Archer-XLightItal-Pro.otf') format('opentype');
  font-weight: 250;
  font-style: italic;
}
