:root {
    --color-hex: #f97316;
    --color-rgb: 249,115,22;
    --color-brand: #FF6242;
    --color-brand-rgb: 255, 98, 66;

    /* Fallback aliases — закрывают 36 сломанных var(--ceramic-{color}) без shade-суффикса в _ceramic.css */
    --ceramic-gray: var(--ceramic-gray-500);
    --ceramic-orange: var(--ceramic-orange-500);
    --ceramic-green: var(--ceramic-green-500);
    --ceramic-red: var(--ceramic-red-500);
    --ceramic-blue: var(--ceramic-blue-500);

    /* Override legacy --brand-primary* из _ceramic.css:423-425 (hardcoded #E07D00 orange) на per-tenant brand */
    --brand-primary: var(--color-brand);
    --brand-primary-light: color-mix(in srgb, var(--color-brand) 50%, white);
    --brand-primary-dark: color-mix(in srgb, var(--color-brand) 85%, black);
}
