/*
Theme Name: SilverAutoKool
Description: A modern, scalable WordPress theme built with Tailwind CSS, featuring best practices for SEO, performance, and accessibility.
Version: 1.0.0
Author: SilverAutoKool Team
Text Domain: silverautokool
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: modern, responsive, tailwind, seo-optimized, accessibility-ready, performance-optimized, scalable
*/

/* This file is intentionally minimal - all styles are handled by Tailwind CSS */

/* Custom Scrollbar - Global */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #f59e0b;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d97706;
}
