/* ============================================================
   MOVEXARO - Fonts
   Google Fonts imports for gaming editorial design
   ============================================================ */

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

/* Font display definitions */
.cex-font-display { font-family: 'Orbitron', sans-serif; }
.cex-font-heading { font-family: 'Rajdhani', sans-serif; }
.cex-font-body { font-family: 'Space Grotesk', sans-serif; }

/* Font weight utilities */
.cex-fw-300 { font-weight: 300; }
.cex-fw-400 { font-weight: 400; }
.cex-fw-500 { font-weight: 500; }
.cex-fw-600 { font-weight: 600; }
.cex-fw-700 { font-weight: 700; }
.cex-fw-800 { font-weight: 800; }
.cex-fw-900 { font-weight: 900; }

/* Letter spacing utilities */
.cex-ls-tight { letter-spacing: -0.02em; }
.cex-ls-normal { letter-spacing: 0; }
.cex-ls-wide { letter-spacing: 0.05em; }
.cex-ls-wider { letter-spacing: 0.1em; }
.cex-ls-widest { letter-spacing: 0.2em; }
