/*
Theme Name: AIBIZSHOP
Theme URI: https://aibizshop.com/
Author: AIBIZSHOP
Author URI: https://aibizshop.com/
Description: Custom mobile-first theme for AIBIZSHOP.COM, built for premium AI business infrastructure services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: aibizshop
Tags: custom-theme, ai-services, business, responsive, dark
*/

:root {
    color-scheme: dark;
}

body {
    margin: 0;
    background: #05070d;
    color: #f7fbff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
