/* ==============================================
   QENTROXA - Font Imports
   qen-fonts.css
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');

/* Font utility classes */
.qen-font-display { font-family: 'Space Grotesk', sans-serif; }
.qen-font-body { font-family: 'Manrope', sans-serif; }
.qen-font-mono { font-family: 'Courier New', Courier, monospace; }

/* Font weight helpers */
.qen-fw-400 { font-weight: 400; }
.qen-fw-500 { font-weight: 500; }
.qen-fw-600 { font-weight: 600; }
.qen-fw-700 { font-weight: 700; }
.qen-fw-800 { font-weight: 800; }
