/*
Design System: Garage Repair
Description: Exact color match for Garage Door / Iron Gate layouts. Industrial Red, Steel Slate, and Black.
*/

:root {
    --color-brand-primary: #b91c1c; /* Red 700 (Industrial) */
    --color-brand-dark: #111827;    /* Gray 900 (Pitch/Tarmac) */
    --color-brand-accent: #64748b;  /* Slate 500 (Steel/Aluminum) */
    --color-brand-light: #fef2f2;   /* Red 50 */
}