/*
 * Global Web Concepts brand overrides for the vendor theme's own CSS
 * variable system (vendor/css/variables.css).
 *
 * Nebulous's real default palette (--color-primary-background #f09546,
 * --color-secondary-background #525252, --background-body #f8f8f8,
 * --color-body #696969, --color-heading #243141) already IS
 * Global Web Concepts' brand palette — those exact values were the source
 * this session's earlier redesign derived its own --hca-* tokens
 * from. Nothing to override for color. This file exists as the real,
 * intended customization point (matching Nebulous's own "Easy Color
 * Scheme Change" feature — see CLAUDE.md) for whenever the brand
 * palette actually needs to diverge from Nebulous's defaults, without
 * editing the vendor file itself.
 */

:root {
    --logo-width: 200px;
}
