#cc-main {
     /** Change font **/
     --cc-font-family: Roboto;

     /** Change button primary color to blue **/
     --cc-btn-primary-bg: #00adef;
     --cc-btn-primary-border-color: #00adef;
     --cc-btn-primary-hover-bg: #174e82;
     --cc-btn-primary-hover-border-color: #174e82;

     /** 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;
 }