/*
Theme Name: Okunevs Pro
Theme URI: https://okunevs.pro
Author: Aleksandrs Okuņevs
Author URI: https://okunevs.pro
Description: A modern personal blog and portfolio theme built with Tailwind CSS. Features dark mode, glassmorphism navigation, blog loop, CV page template, and tools page template.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: okunevs-pro
Tags: blog, portfolio, custom-menu, dark-mode, tailwindcss, responsive
*/

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #fb923c; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #ea580c; }
.dark ::-webkit-scrollbar-thumb { background: #c2410c; }
.dark ::-webkit-scrollbar-thumb:hover { background: #ea580c; }
