/* ============================================================
   TheGamingTheme - Font Imports
   tg-fonts.css
   ============================================================ */

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

/* Font stack fallbacks */
.tg-font-display { font-family: 'Orbitron', 'Courier New', monospace; }
.tg-font-heading { font-family: 'Rajdhani', 'Trebuchet MS', sans-serif; }
.tg-font-body    { font-family: 'Exo 2', 'Segoe UI', sans-serif; }

/* Font smoothing */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
