/*
Theme Name: Advertpreneur Custom
Theme URI: https://advertpreneur.com
Author: Advertpreneur
Description: High-fidelity, performance-optimized custom theme for Advertpreneur eCommerce Agency.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: advertpreneur
*/

/* 
 * TAILWIND & DESIGN SYSTEM BASE 
 * Note: We will use the Tailwind CDN for rapid development as per your spec, 
 * but we include the core variables here for browser consistency.
 */

:root {
    --copper: #B87333;
    --ink: #0E0E0E;
    --warm-white: #F2EDE8;
    --graphite: #1C1C1C;
    --ash: #6B6B6B;
    --slate: #2E2E2E;
}

body {
    background-color: var(--ink);
    color: var(--warm-white);
    margin: 0;
    padding: 0;
}
