:root {
    /* Colors */
    --color-bg-base: rgb(32, 32, 32);
    --color-text-main: #ffffff;
    --color-text-muted: #cccccc;
    --color-accent: #ff6400; /* Fiery Orange */
    
    /* Transparent Overlays */
    --glass-bg: rgba(15, 15, 15, 0.5);
    --glass-border: rgba(255, 255, 255, 0.3);
    
    /* UI Sizing */
    --nav-height: 55px;
    --border-radius-main: 8px;
}