/* where data-theme="forest" on the html element  set all .r3n-theme-changer svg to be inverted */

html[data-theme="forest"] .r3n-theme-changer svg, .cw-sponsers img {
    filter: invert(1);
}




#navigation a{
    border-radius: 0px !important;
}

.breakdance{
    background-color: unset !important;
}

.breakdance .bde-rich-text, .breakdance h1, .breakdance h2, .breakdance h3, .breakdance h4, .breakdance h5, .breakdance h6{
    color: unset !important;
}


.r3n-theme-changer input[type="checkbox"] {
    padding: 4px !important;
}

.cw-content-heading{
    margin-bottom: 2rem !important;
}

.cw-content{
    max-width: 64rem;
    padding: 1rem;
}

.cw-content h2{
    font-family: "gendis" !important;
    margin-top: 2rem;
    font-size: 2.5rem !important;
}

.cw-content h3{
    font-family: "roboto" !important;
    margin-top: 1.5rem;
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
}

.cw-content p{
    font-family: "roboto-light" !important;
    margin-bottom: 1rem;
}

.cw-list {
    margin-bottom: 4rem;
}

.cw-list li{
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

.cw-list li:nth-child(odd){
    background-color: rgba(0, 0, 0, 0.1);
}