/* ==========================================================================
   LG — Custom Styles
   Loaded alongside Tailwind (app/assets/builds/tailwind.css)
   ========================================================================== */

/* Typography */
body {
  font-family: "Crimson Pro", Georgia, serif;
}

.font-display {
  font-family: "Cinzel", serif;
}

/* WoW Item Quality Colors */
.quality-poor {
  color: #9d9d9d;
}
.quality-common {
  color: #ffffff;
}
.quality-uncommon {
  color: #1eff00;
}
.quality-rare {
  color: #0070dd;
}
.quality-epic {
  color: #a335ee;
}
.quality-legendary {
  color: #ff8000;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #0d0f14;
}
::-webkit-scrollbar-thumb {
  background: #2a2e3a;
  border-radius: 3px;
}

/* Suppress Wowhead icon injection on links */
a[data-wh-icon-added="true"] {
  background-image: none !important;
  padding-left: 0 !important;
}
/*


 */
