/* GoatFX Pro — brand palette.
 *
 * Read off the brand's own logo rather than invented: the mark runs from
 * #F9E99B (light champagne) through #C1A460 to #76633D (deep gold). Orraxis is
 * emerald; nothing here touches it, because the repo ships this file empty and
 * each server owns its copy.
 *
 *  on purpose — vite injects the bundle's stylesheet after this
 * link, so a single  loses on document order for every token the bundle
 * also defines.
 *
 * Surfaces are deliberately left alone: the dark chrome is the product's, not
 * Orraxis's. Only the ACCENT carries brand identity.
 */
:root:root {
  --accent-brand:       #C1A460;
  --accent-brand-hover: #D1B56C;
  --accent-brand-muted: rgb(193 164 96 / 0.10);
  --brand:              #C1A460;
  --brand-400:          #D1B56C;
  --brand-500:          #C1A460;
  --brand-600:          #B1904A;
}
