/*
Theme Name: SG Consulting AI Operating System
Description: Minimal AI Operating System WordPress theme using Tailwind CSS and Three.js
Version: 2.0
Author: SG Consulting
*/

/* 
 * Styles are primarily handled via Tailwind CSS (CDN).
 * This file reserves the theme metadata and any absolutely essential global overrides 
 * that cannot be handled by utility classes.
 */

body {
    background-color: #08040F;
    color: #ffffff;
}
