/* ===========================
   🔤 ROF Font Imports
=========================== */

/* C64 Pro Mono — Terminal-style font */
@font-face {
  font-family: 'C64 Pro Mono';
  src: url('/assets/fonts/C64_Pro_Mono-STYLE.woff2') format('woff2'),
       url('/assets/fonts/C64_Pro_Mono-STYLE.woff') format('woff'),
       url('/assets/fonts/C64_Pro_Mono-STYLE.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* C64 Pro — Retro UI font */
@font-face {
  font-family: 'C64 Pro';
  src: url('/assets/fonts/C64_Pro-STYLE.woff2') format('woff2'),
       url('/assets/fonts/C64_Pro-STYLE.woff') format('woff'),
       url('/assets/fonts/C64_Pro-STYLE.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ===========================
   🔤 Recommended Font Stacks
=========================== */

/* Use for retro terminal blocks, file listings, form inputs */
.font-mono {
  font-family: 'C64 Pro Mono', 'Courier New', Courier, monospace;
}

/* Use for headers, branding, and UI elements */
.font-retro {
  font-family: 'C64 Pro', 'Verdana', 'Trebuchet MS', sans-serif;
}

/* Use for flame titles and neon banners */
.font-orbitron {
  font-family: 'Orbitron', 'Eurostile', 'Arial Black', sans-serif;
}
