/* Custom Font Definitions */
@font-face {
  font-family: 'Interstate-Bold';
  src: url('/fonts/Interstate-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate-Black';
  src: url('/fonts/interstate-16.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate-Regular';
  src: url('/fonts/InterstateRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fallback font stacks */
.interstate-black {
  font-family: 'Interstate-Black', 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
}

.interstate-bold {
  font-family: 'Interstate-Bold', 'Arial Bold', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
}

/* Global font preload for better performance */
body {
  font-family: 'Interstate-Black', 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
}
