/*
Theme Name: ConnectFix - Digital Device Guide
Theme URI: https://www.connectfix.online
Author: ConnectFix Support Team
Description: A professional, independent third-party technical support theme for digital devices, printers, and smart home systems.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: connectfix
*/

/* Custom CSS for interactivity */
.tech-gradient {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border-radius: 10px;
}
