/* ==========================================================================
   FONTS.CSS — Self-hosted fonts
   Bobby Jones Soft (display/headings) + Telegraf (body)
   ========================================================================== */

/* Bobby Jones Soft — Display (single weight) */
@font-face {
  font-family: 'Bobby Jones Soft';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bobby-jones-soft.otf') format('opentype');
}

/* Telegraf — Regular */
@font-face {
  font-family: 'Telegraf';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/telegraf-regular.otf') format('opentype');
}

/* Telegraf — Ultrabold */
@font-face {
  font-family: 'Telegraf';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/telegraf-ultrabold.otf') format('opentype');
}
