:root {
    /* bootstrap default*/
     --blue:#007bff;
     --indigo:#6610f2;
     --purple:#6f42c1;
     --pink:#e83e8c;
     --red:#dc3545;
     --orange:#fd7e14;
     --yellow:#ffc107;
     --green:#28a745;
     --teal:#20c997;
     --cyan:#17a2b8;
     --white:#fff;
     --gray:#6c757d;
     --gray-dark:#343a40;
     --primary:#007bff;
     --secondary:#6c757d;
     --success:#28a745;
     --info:#17a2b8;
     --warning:#ffc107;
     --danger:#dc3545;
     --light:#f8f9fa;
     --dark:#343a40;

    /* site default*/
    --nzpj_transparent: transparent;

    --nzpj_light_blue: #169DD8;
    --nzpj_dark_blue: #114470;
    --nzpj_orange: #C36141;
    --nzpj_green: #357841;
    --nzpj_light_grey: #E4E4E4;

    --nzpj_apricot: #FFD5BB;
    --nzpj_irish_coffee: #662D23;
    --nzpj_outer_space: #2C3631;
    --nzpj_chalky: #ECD593;
    --nzpj_heath: #551A12;

     --nzpj_default_text: #000;
}
