/* Built-in fonts shipped with SpreeSports — always available to every
 * tenant without a per-account upload. Linked from controller and output
 * index.html so the broadcast graphics and the editor preview both pick
 * them up. */

@font-face {
  font-family: 'An Absolute Empire';
  src: url('/landing/fonts/AnAbsoluteEmpire.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Avenir';
  src: url('/landing/fonts/AvenirRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
