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

    /** Change button primary color to black **/
    --cc-btn-primary-bg: #fff;
    --cc-btn-primary-color: #073f6f;
    --cc-btn-primary-border-color: #073f6f;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-bg: #073f6f;
    --cc-btn-primary-hover-border-color: #073f6f;

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

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