/*
Theme Name: Vigoriz Theme
Theme URI: https://vigoriz.com
Author: Vigoriz Team
Author URI: https://vigoriz.com
Description: Custom WordPress theme for Vigoriz Digital Agency converted from React.
Version: 1.0
License: Gnu General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive
Text Domain: vigoriz
*/

/* 
 * This theme uses Tailwind CSS via CDN for rapid development/compatibility.
 * Custom styles are below. 
 */

/* Force custom scrollbar styles to match the original design */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #0f172a;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

body {
  font-family: 'Inter', sans-serif;
}
