/*
Theme Name: AED WP
Theme URI: https://www.alphaelitedigital.com/
Author: Alpha Elite Digital
Author URI: https://www.alphaelitedigital.com/
Description: Hyper-optimized, zero-bloat WordPress base theme designed for 100/100 Lighthouse scores, sub-50ms TTFB, instant page pre-rendering, and seamless deployment via SSH, WP-CLI, and structured JSON schemas.
Version: 1.0.1786306090
Text Domain: aed-wp
*/

/* Core theme headers only. All main CSS is in assets/css/main.css to keep this file purely metadata and ultra-light fallback styles if ever needed. */

:root {
    /* Fallback variables in case inline customize variables fail to load */
    --color-primary: #1B8B8A;
    --color-secondary: #38BDF8;
    --color-bg: #0A0A12;
    --color-text: #E2E8F0;
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    margin: 0;
    padding: 0;
}
