@font-face {
  font-family: 'DetroitComic';
  src:  url('./fonts/Detroitwof.woff2') format('woff2'),
        url('./fonts/Detroitwof2.woff') format('woff'), 
        url('./fonts/Detroitfont.otf') format('opentype');
       
  font-weight: normal;
  font-style: italic;
  font-style: normal;  /* ← important fix */
  font-display: swap;  /* ← optional, improves performance */
}

.font-detroit {
  font-family: 'DetroitComic', sans-serif;
}