/* Chopera display font — drop the .woff2 / .ttf files into this folder before activation. */

@font-face {
  font-family: 'Chopera';
  src: url('Chopera.woff2') format('woff2'),
       url('Chopera.woff')  format('woff'),
       url('Chopera.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chopera';
  src: url('Chopera-Bold.woff2') format('woff2'),
       url('Chopera-Bold.woff')  format('woff'),
       url('Chopera-Bold.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
