#cc-main {
    /** Change font **/
    --cc-font-family: new-science, var(--bs-body-font-family);

    /** Make everythings sharp around the edges :) **/
    --cc-btn-border-radius: 0px;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);

    /** Change button primary color **/
    --cc-btn-primary-bg: var(--bs-link-color);
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: var(--bs-link-hover-color);
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);

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

/** Make even the caret on category blocks sharp **/
#cc-main .pm__section--expandable .pm__section-arrow {
    border-radius: var(--cc-btn-border-radius);
}
