/* ============================================================
   Zanqetra - Google Fonts Import
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* Font application */
.font-display { font-family: 'Orbitron', sans-serif; }
.font-body { font-family: 'Poppins', sans-serif; }
.font-alt { font-family: 'Inter', sans-serif; }

/* Custom letter spacing for display text */
.tracking-wide { letter-spacing: 0.05em; }
.tracking-wider { letter-spacing: 0.1em; }
.tracking-widest { letter-spacing: 0.2em; }
