#cc-main {
     /** Change button primary color to black **/
     --cc-btn-primary-bg: #2b2b2b;
     --cc-btn-primary-border-color: transparent;
     --cc-btn-primary-hover-bg: #6a6a6a;
     --cc-btn-primary-hover-border-color: transparent;

     /** 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;

     --cc-btn-secondary-bg: #f0f0f0;
     --cc-btn-secondary-text: #333333;
 }