/* BN Tillsdale - For headlines and headers */
@font-face {
  font-family: 'BN Tillsdale';
  src: url('./BNTillsdale.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BN Tillsdale';
  src: url('./BNTillsdale-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BN Tillsdale';
  src: url('./BNTillsdale-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Brown fonts removed - using Google Fonts fallback (League Spartan) */

/* News Cycle - For subheadings and accents */
@font-face {
  font-family: 'News Cycle';
  src: url('./NewsCycle-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'News Cycle';
  src: url('./NewsCycle-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}