/* HubBroker V6 Custom Brand Variables & Skins */
:root, html.theme-skin-olive {
    --hb-primary: #6E7740;
    --hb-primary-dark: #4A5228;
    --hb-primary-light: #F0F2E8;
    --hb-accent: #C8D89A;
    --hb-red: #b85a5c;
    --bs-primary: #6E7740;
    --bs-primary-rgb: 110, 119, 64;
}

html.theme-skin-blue {
    --hb-primary: #3b82f6;
    --hb-primary-dark: #1d4ed8;
    --hb-primary-light: #eff6ff;
    --hb-accent: #bfdbfe;
    --bs-primary: #3b82f6;
    --bs-primary-rgb: 59, 130, 246;
}

html.theme-skin-purple {
    --hb-primary: #8b5cf6;
    --hb-primary-dark: #6d28d9;
    --hb-primary-light: #f5f3ff;
    --hb-accent: #ddd6fe;
    --bs-primary: #8b5cf6;
    --bs-primary-rgb: 139, 92, 246;
}

html.theme-skin-teal {
    --hb-primary: #0d9488;
    --hb-primary-dark: #0f766e;
    --hb-primary-light: #f0fdfa;
    --hb-accent: #ccfbf1;
    --bs-primary: #0d9488;
    --bs-primary-rgb: 13, 148, 136;
}

html.theme-skin-red {
    --hb-primary: #ef4444;
    --hb-primary-dark: #b91c1c;
    --hb-primary-light: #fef2f2;
    --hb-accent: #fee2e2;
    --bs-primary: #ef4444;
    --bs-primary-rgb: 239, 68, 68;
}

html.theme-skin-amber {
    --hb-primary: #f59e0b;
    --hb-primary-dark: #b45309;
    --hb-primary-light: #fffbeb;
    --hb-accent: #fef3c7;
    --bs-primary: #f59e0b;
    --bs-primary-rgb: 245, 158, 11;
}

html.theme-skin-slate {
    --hb-primary: #475569;
    --hb-primary-dark: #334155;
    --hb-primary-light: #f8fafc;
    --hb-accent: #e2e8f0;
    --bs-primary: #475569;
    --bs-primary-rgb: 71, 85, 105;
}

:root {
    --hb-blue: #1c84c6;
    --hb-red: #ed5565;
    --hb-yellow: #f8ac59;
    --hb-border: #e4e5e7;
    --hb-section-header: #f7f9fa;
    --hb-font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
