/* Custom styles for Kilar Computer Theme */

/* Additional styles that complement Tailwind CSS */

/* Header styles */
.site-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Footer styles */
.site-footer {
  background-color: #1E293B;
  color: white;
}

/* Content area styles */
.site-main {
  min-height: 60vh;
}

/* Custom button hover effects */
.btn:hover {
  transform: translateY(-2px);
}

/* Custom card hover effects */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.1), 0 6px 8px -2px rgba(0, 0, 0, 0.05);
}