@layer environment {
    :root {
        --components-actionbarbutton-primary-bordercolor: #BA0C2F;
        --components-actionbarbutton-primary-backgroundcolor: #BA0C2F;
        --components-actionbarbutton-primary-hover-backgroundcolor: #000000;
        --components-actionbarbutton-primary-hover-bordercolor: transparent;
        --components-actionbarbutton-primary-hover-additionalcss: box-shadow: 0 0 0.625em rgba(0, 128, 255, 0.5) outline 0px;
        --components-actionbarbutton-primary-active-backgroundcolor: #000000;
        --components-actionbarbutton-primary-active-bordercolor: transparent;
        --components-button-borderradius: 0;
        --components-button-textcolor: #6c757d;
        --components-button-primary-bordercolor: #887366;
        --components-button-primary-backgroundcolor: #887366;
        --components-button-primary-hover-backgroundcolor: #000000;
        --components-button-primary-hover-bordercolor: #000000;
        --components-button-primary-active-backgroundcolor: #000000;
        --components-button-primary-active-bordercolor: transparent;
    }
 }