/*
Theme Name: GenuineBizz Theme
Theme URI: https://genuinebizz.com/
Author: GenuineBizz
Author URI: https://genuinebizz.com/
Description: The official GenuineBizz WordPress Theme rebuilt directly from the React source.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genuinebizz
*/

:root {
    --color-brand-black: #111111;
    --color-brand-accent: #2563EB;
}

body {
    background-color: #ffffff;
    color: var(--color-brand-black);
}

/* Clean scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* Base WordPress Classes */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
