/* Bender — body (regular) + headings (bold italic) */
@font-face {
  font-family: 'Bender';
  src: url('/fonts/Bender.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bender';
  src: url('/fonts/Bender-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
