#cc-main {
    --cc-font-family: Outfit, sans-serif;

    --cc-btn-primary-bg: #0a4542;
    --cc-btn-primary-border-color: #0a4542;
    --cc-btn-primary-hover-bg: #07302e;
    --cc-btn-primary-hover-border-color: #07302e;

    --cc-btn-secondary-bg: #f2f5f5;
    --cc-btn-secondary-hover-bg: #cfd3d3;

    --cc-toggle-on-bg: var(--cc-btn-primary-bg);

}

.cm__footer {
    background: #181b1e !important;
}
.cm__footer a {
    color: #eaeff2 !important;
}
