/* ============================================================
   CiscoCodes Wiki — Font Declarations
   Matches the font stack on ciscocodes.dev exactly
   ============================================================ */

/* Google Fonts — Inter (body) + Press Start 2P (pixel) + Fredoka */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Press+Start+2P&family=Fredoka:wght@300..700&display=swap');

/* HoneyBear — custom display font for headings */
@font-face {
  font-family: 'HoneyBear';
  src: url('../fonts/HoneyBear.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
