: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:#091E2B;
    --secondary:#142A38;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;

    /* bootstrap default*/
    --nzsd_transparent: transparent;

    --nzsd_light_green: #5af98d;
    --nzsd_green: #31ea6c;
    --nzsd_blue: #59ace9;
    --nzsd_black: #0c0c0c;
    --nzsd_gray: #2f414d;
    --nzsd-light_gray: #ccd5dc;
    --nzsd-primary: #091E2B;
    --nzsd-secondary: #142A38;
    --nzsd-other: #F5F5F5;

}