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