/**
 * Silyar brand palette
 * Primary: #e38257 | Secondary: #a0a0a0
 * Metal themes (gold/silver/copper) stay in component-level styles.
 */
:root {
    --brand-primary: #e38257;
    --brand-primary-dim: #c96a47;
    --brand-primary-light: #f5d4c4;
    --brand-primary-rgb: 227, 130, 87;
    --brand-secondary: #a0a0a0;
    --brand-secondary-dim: #8a8a8a;
    --brand-secondary-rgb: 160, 160, 160;
}
