/* Shared @font-face declarations. Imported by global.css for the main
   site, and loaded directly by standalone game pages that do not use
   global.css. Keeping one copy means a font path never goes stale in
   only half the site. */

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue-pro-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue-pro-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IM Fell English';
  src: url('../fonts/im-fell-english-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IM Fell English';
  src: url('../fonts/im-fell-english-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
