/*
Theme Name: Onerism
Theme URI: https://example.com/onerism
Author: BookSite Builder
Author URI: https://example.com
Description: A custom Tailwind CSS theme for Onerism: The Theory of the Maintenance Class.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
PHP Requires at least: 7.4
*/

/* Note: Main styling is handled by Tailwind CSS via CDN in header.php 
   Add custom overrides here if necessary.
*/

/* Custom scrollbar from your comp */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1B263B;
}
::-webkit-scrollbar-thumb {
    background: #2DD4BF;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #10B981;
}

html {
    scroll-behavior: smooth;
}
