/* ===========================================================================
   Honeypot — Fonts (self-hosted)
   Logotype / display face: PP Agrandir Heavy (licensed — Pangram Pangram).
   Brand family: Poppins (OFL). Mono: Space Mono (Google Fonts CDN).
   Font binaries live in assets/fonts/ (paths relative to this file).
   =========================================================================== */

/* ---- Space Mono — code / spec labels (Google Fonts) --------------------- */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');

/* ---- PP Agrandir Heavy — display / logotype ----------------------------- */
@font-face {
  font-family: 'PP Agrandir';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../assets/fonts/PPAgrandir-Heavy.woff2') format('woff2'),
       url('../assets/fonts/PPAgrandir-Heavy.woff') format('woff'),
       url('../assets/fonts/PPAgrandir-Heavy.ttf') format('truetype');
}

/* ---- Poppins — brand family --------------------------------------------- */
@font-face { font-family:'Poppins'; font-style:normal; font-weight:300; font-display:swap;
  src:url('../assets/fonts/Poppins-Light.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:400; font-display:swap;
  src:url('../assets/fonts/Poppins-Regular.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:italic; font-weight:400; font-display:swap;
  src:url('../assets/fonts/Poppins-Italic.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:500; font-display:swap;
  src:url('../assets/fonts/Poppins-Medium.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:italic; font-weight:500; font-display:swap;
  src:url('../assets/fonts/Poppins-MediumItalic.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:600; font-display:swap;
  src:url('../assets/fonts/Poppins-SemiBold.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:italic; font-weight:600; font-display:swap;
  src:url('../assets/fonts/Poppins-SemiBoldItalic.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:700; font-display:swap;
  src:url('../assets/fonts/Poppins-Bold.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:italic; font-weight:700; font-display:swap;
  src:url('../assets/fonts/Poppins-BoldItalic.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:800; font-display:swap;
  src:url('../assets/fonts/Poppins-ExtraBold.ttf') format('truetype'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:900; font-display:swap;
  src:url('../assets/fonts/Poppins-Black.ttf') format('truetype'); }

