/* Project 33 Ministry — self-hosted fonts (bypasses Google Fonts entirely) */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/league-gothic.woff2') format('woff2');
}
