/* BC System Series — Shared Design Tokens */
:root {
    --bc-primary: #000000;
    --bc-secondary: #333333;
    --bc-accent: #c9a96e;
    --bc-bg: #ffffff;
    --bc-text: #1a1a1a;
    --bc-muted: #666666;
    --bc-border: #e5e5e5;
    --bc-heading-font: inherit;
    --bc-body-font: inherit;
    --bc-border-radius: 0px;
    --bc-transition: 0.2s ease;
}