/*
  BANK OF BEASTS typefaces — licensed from Blambot (Webfont license).

  Spinner Rack Pro BB  → display: headings, buttons, labels, SFX.
                         Uppercase lettering font; the lowercase slots hold
                         alternate capitals, so mixed-case text renders as caps.
  Ready for More BB    → body: chat, rules, names, any running Czech text.
                         Has real lowercase + full Latin Extended-A diacritics.

  Converted from the supplied TTFs to woff2. Do not redistribute the files.
*/

@font-face {
  font-family: 'Spinner Rack Pro';
  src: url('/fonts/SpinnerRackPro-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spinner Rack Pro';
  src: url('/fonts/SpinnerRackPro-Italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Spinner Rack Pro';
  src: url('/fonts/SpinnerRackPro-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spinner Rack Pro';
  src: url('/fonts/SpinnerRackPro-BoldItalic.woff2') format('woff2');
  font-weight: 700; font-style: italic; font-display: swap;
}

@font-face {
  font-family: 'Ready For More';
  src: url('/fonts/ReadyForMore-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Ready For More';
  src: url('/fonts/ReadyForMore-Italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Ready For More';
  src: url('/fonts/ReadyForMore-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Ready For More';
  src: url('/fonts/ReadyForMore-BoldItalic.woff2') format('woff2');
  font-weight: 700; font-style: italic; font-display: swap;
}
