/**
 * AUTO-GENERATED - Tenant: opus, Preset: Opus
 */
:root {
    --color-accent-rgb: 241, 133, 44;
    --color-accent-700: #c96820;
    --color-accent-600: #d97725;
    --color-accent-500: #f1852c;
    --color-accent-400: #f49d52;
    --color-accent-300: #f7b578;
    --color-accent-200: #face9e;
    --color-accent-100: #fce5c4;
    --color-accent-50: #fef5eb;
    --color-primary-900: #0a0a0a;
    --color-primary-800: #171717;
    --color-primary-700: #262626;
    --color-primary-600: #404040;
    --color-primary-500: #525252;
}

.badge.bg-success { background: #f1852c !important; }
.badge.bg-primary { background: #262626 !important; }
.btn-primary {
    background: #f1852c !important;
    border-color: #f1852c !important;
    color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #d97725 !important;
    border-color: #d97725 !important;
}
.btn-outline-primary { color: #d97725 !important; border-color: #f1852c !important; }
.btn-outline-primary:hover { background: #f1852c !important; border-color: #f1852c !important; color: #fff !important; }
.btn-success { background: #f1852c !important; border-color: #f1852c !important; }
.btn-success:hover { background: #d97725 !important; border-color: #d97725 !important; }
