
/*
Theme Name: ConnectFix Professional
Theme URI: http://www.connectfix.online
Author: ConnectFix Dev Team
Description: A professional tech support and blog theme for digital devices.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: connectfix
*/

/* Custom Scrollbar Styles */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
