/*
Theme Name: Bayol Creations Blog
Theme URI: https://bayolcreations.com
Author: Sam
Description: Custom Ultra-Modern Blog Theme for Bayol Creations
Version: 1.0
*/

/* Global Styles are handled by Tailwind CSS via CDN.
   Typography overrides from single.php are inline for now.
   Basic resets below:
*/

body {
    background-color: #050505;
    color: white;
}

/* Scrollbar Styling (Optional) */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #050505;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5ce336;
}