/* ord primary - #ff4e00 */
:root {
    --bs-primary: #DF3601;
    --bs-soft-primary: rgba(222,68,55,.1);
    --bs-light: #f8f9fa;
    --bs-background: #ffffff;
}
:root.theme--dark {
    --bs-primary: #DF3601;
    --bs-soft-primary: rgba(222,68,55,.1);
    --bs-light: #1f2d3d;
    --bs-background: #1c2836;
}