:root {
    /* Color Palette */
    --primary-color: #0d1b2a; /* Deep Navy */
    --secondary-color: #1b263b; /* Lighter Navy */
    --accent-color: #e0b1cb; /* Muted Gold/Bronze-ish (Adjusted for web) */
    --accent-color-gold: #d4af37; /* Classic Gold */
    --text-color: #e0e1dd; /* Off-white */
    --text-color-dark: #0d1b2a; /* Dark text for light backgrounds */
    --bg-color: #000000; /* Black background for trading feel */
    --card-bg: #161b22; /* Dark card background */
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;

    /* Spacing */
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 32px;
    --spacing-xl: 64px;

    /* Transitions */
    --transition-speed: 0.3s;
}
