#cc-main {

    /** Change button primary color to black **/
    --cc-btn-primary-bg: #0097dc;
    --cc-btn-primary-border-color: #0097dc;
    --cc-btn-primary-hover-bg: #f16131;
    --cc-btn-primary-hover-border-color: #f16131;

    /** Also make toggles the same color as the button **/
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);

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