/* Brand Color Override - #D33D03 */
:root {
    --primary: #D33D03;
    --primary-foreground: #ffffff;
}

.dark {
    --primary: #E85A1A;
    --primary-foreground: #ffffff;
}

