/* The engraving face, self-hosted.
   Copperplate CC (OFL) stands in for licensed Copperplate Gothic — see the
   fonts note in config/layout.json. Pillow opens these same two .ttf files on
   the box, so the proof and the print file are set in identical metal.
   The release names its weights backwards: -Bold is the HEAVIER cut. */
@font-face {
  font-family: 'Copperplate CC';
  src: url('CopperplateCC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: block;   /* block, not swap: a fallback flash would show the
                            customer a proof set in the wrong face */
}
@font-face {
  font-family: 'Copperplate CC';
  src: url('CopperplateCC-Heavy.ttf') format('truetype');
  font-weight: 400;
  font-display: block;
}
