/* ============================================================
   Shopboy Gaming — sg-fonts.css
   ============================================================ */

/* Google Fonts Import */
@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 smoothing */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Font face fallbacks */
.sg-font-display { font-family: 'Orbitron', 'Courier New', monospace; }
.sg-font-heading { font-family: 'Rajdhani', 'Arial Narrow', sans-serif; }
.sg-font-body    { font-family: 'Space Grotesk', 'Segoe UI', sans-serif; }

/* Special text treatments */
.sg-label-text {
  font-family: 'Orbitron', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
}

.sg-display-text {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
}

.sg-heading-text {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

/* Size scale */
.sg-text-xs   { font-size: 0.75rem; }
.sg-text-sm   { font-size: 0.875rem; }
.sg-text-base { font-size: 1rem; }
.sg-text-lg   { font-size: 1.125rem; }
.sg-text-xl   { font-size: 1.25rem; }
.sg-text-2xl  { font-size: 1.5rem; }
.sg-text-3xl  { font-size: 1.875rem; }
.sg-text-4xl  { font-size: 2.25rem; }

/* Weight scale */
.sg-font-light    { font-weight: 300; }
.sg-font-regular  { font-weight: 400; }
.sg-font-medium   { font-weight: 500; }
.sg-font-semibold { font-weight: 600; }
.sg-font-bold     { font-weight: 700; }

/* Line heights */
.sg-leading-tight  { line-height: 1.2; }
.sg-leading-snug   { line-height: 1.4; }
.sg-leading-normal { line-height: 1.6; }
.sg-leading-loose  { line-height: 1.8; }

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