/* ============================================
   MARKIBX BRAND - Universal mountable-spec identity
   Gold / warm near-black — broom-rider mark
   ============================================ */

:root {
    /* Brand name */
    --brand-name: 'markibx';

    /* Brand colors — deep gold primary, bright yellow pops */
    --brand-primary: #9a6a00;
    --brand-secondary: #e0a200;
    --brand-tertiary: #f5c518;
    --brand-ink: #0d0c0b;

    /* Brand logo */
    --brand-logo-url: 'logo/markibx-logo.svg';
    --brand-logo-width: auto;
    --brand-logo-height: auto;

    /* Brand icon set */
    --brand-icon-set: 'material-icons';
}
