:root{
    --cc-bg: #fff;
    --cc-text: #000000;
    --cc-btn-primary-bg: rgba(167, 20, 63, 1);
    --cc-btn-primary-hover-bg: rgb(193, 80, 113);
}

#cc_div, #s-cnt {
    font-family: 'Montserrat-UltraLight';
}


#cc_div #cc-ttl {
    font-weight: 700;
}

#cc_div .cc-link {
    color: #000000;
    text-decoration: underline;
    border-bottom: unset;
    border-color: unset;
    font-weight: normal;
}

#cc_div .cc-link:hover {
    text-decoration: none;
}
