/* Oswald Font Family - Matches main site typography */
@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bitsumishi font for logo usage */
@font-face {
  font-family: 'Bitsumishi';
  src: url('/fonts/bitsumishi.woff2') format('woff2'),
       url('/fonts/bitsumishi.woff') format('woff'),
       url('/fonts/bitsumishi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
