 #cc-main {
     /** Change font **/
     --cc-font-family: 'Prompt';

     /** Change button primary color to black **/
     --cc-btn-primary-bg: #DEA22B;
     --cc-btn-primary-border-color: #DEA22B;
     --cc-btn-primary-hover-bg: #444444;
     --cc-btn-primary-hover-border-color: #444444;

     /** 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;

     .cm__btn {
         font-weight: 500;
     }
 }