/* ==========================================================================
   COLOR SCHEME — edit this file only.
   ==========================================================================
   These are the ONLY color values used site-wide across header, index and
   footer — everything else in stylesheet_new_.css and the templates already
   references these variables, so changing a value here changes it
   everywhere it's used.

   HOW TO USE:
   Load this file AFTER stylesheet_new_.css (just add one more <link> tag
   in header_new_.php, right after the existing stylesheet link). Because
   it loads second, these variables simply override the ones defined in
   stylesheet_new_.css's own :root block — nothing else needs to change,
   and you can remove the <link> at any time to instantly go back to the
   old colors while testing.

   Current values below = your CURRENT live colors (nothing changed yet).
   Just edit the hex codes to try a new scheme.
   ========================================================================== */

:root {


    --color-dark-gray: #2b2c2d;
    --color-mid-gray: #e3e4eb;
    --color-light-gray: #edeef0;
    --color-light-gray-blue: #f9f9fb;    
    --color-red: #dd0000;
    --color-green: #07DB77;
    --color-blue: #0066cc;
    --color-navy-blue: #282D4A;
    --color-light-blue: #b6c8d8;

   

}
