


    .bgcol-pri-0 { background-color: #2f1d18; }
    .bgcol-sec1-0 { background-color: #d62f23; }
    .bgcol-sec2-0 { background-color: #afadac; }
    .bgcol-compl-0 { background-color: #868484; }

    .col-pri-0 { color: #2f1d18; }
    .col-sec1-0 { color: #d62f23; }
    .col-sec2-0 { color: #afadac; }
    .col-compl-0 { color: #868484; }

    /* blocks */
    .block-primary-0 {
    background-color: #2f1d18;
    color: #EEE;
    }
    .block-primary-0 * {
    color: #EEE;
    }
    .block-primary-0 .badge {
    background-color: #d62f23;
    color: #222;
    }
    .block-secondary1-0 {
    background-color: #d62f23;
    color: #222;
    }
    .block-secondary1-0 * {
    color: #222;
    }
    .block-secondary1-0 .badge {
    background-color: #afadac;
    color: #222;
    }
    .block-secondary2-0 {
    background-color: #afadac;
    color: #222;
    }
    .block-secondary2-0 * {
    color: #222;
    }
    .block-secondary2-0 .badge {
    background-color: #868484;
    color: #222;
    }
    .block-complement-0 {
    background-color: #868484;
    color: #222;
    }
    .block-complement-0 * {
    color: #222;
    }
    .block-complement-0 .badge {
    background-color: #2f1d18;
    color: #EEE;
    }

    /* theme zapp v3 */
    .theme--zapp.box-n:nth-child(4n-3) .box-n {
    background-color: #2f1d18 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .box-n {
    background-color: #d62f23 !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .box-n {
    background-color: #afadac !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-0) .box-n {
    background-color: #868484 !important;
    color: #222 !important;
    }
    /* badges */
    .theme--zapp.box-n:nth-child(4n-0) .badge {
    background-color: #2f1d18 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .badge {
    background-color: #d62f23 !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .badge {
    background-color: #afadac !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-3) .badge {
    background-color: #868484 !important;
    color: #222 !important;
    }
