/* =============================================================================
   Boswell — self-hosted webfonts
   Loaded by both Jinja templates (base.html) and the room-ui bundle (index.html).
   ============================================================================= */

@font-face {
  font-family: 'ABC Walter Neue';
  src: url('/static/fonts/ABCWalterNeueVariable.woff2') format('woff2-variations'),
       url('/static/fonts/ABCWalterNeueVariable.woff') format('woff-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
