@font-face {
  font-family: 'Evil Vampire';
  src:
    url('EvilVampire-Italic.woff2') format('woff2'),
    url('EvilVampire-Italic.woff') format('woff'),
    url('EvilVampire-Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Evil Vampire';
  src:
    url('EvilVampire-Regular.woff2') format('woff2'),
    url('EvilVampire-Regular.woff') format('woff'),
    url('EvilVampire-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
