/*
Theme Name: Xogger
Description: A Game Platform
Version: 1.0.0
Author: Xogger
Author URI: https://Xogger.com
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap");

.gradient-text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, #f59e0b, #fcd34d);
}

.article-card:hover .article-image {
  transform: scale(1.05);
}

.sidebar {
  scrollbar-width: thin;
  scrollbar-color: #f59e0b #111;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: #111;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #f59e0b;
  border-radius: 6px;
}
