#cc-main {
    /** Change button primary color to black **/
    --cc-btn-primary-bg: #de1f26;
    --cc-btn-primary-border-color: #de1f26;
    --cc-btn-primary-hover-bg: #890004;
    --cc-btn-primary-hover-border-color: #890004;

    --cc-btn-secondary-bg: #de1f26;
    --cc-btn-secondary-color: #fff;
    --cc-btn-secondary-hover-bg: #890004;
    --cc-btn-secondary-hover-color: #fff;

    /** Also make toggles the same color as the button **/
    --cc-toggle-on-bg: #de1f26;

    /** Make the buttons a bit rounder **/
    --cc-btn-border-radius: 0;
}