/* ==========================================================================
   State Customizations
   ==========================================================================
*/

:root {

    --one: #003399;
    --one-darker: #2b3c7a;
    --one-lighter: #b8b8d7;
    --one-shade: #dcdcea;

    --two: #992699;
    --two-darker: #822082;
    --two-lighter: #dbc3df;
    --two-shade: #eee4f1;

}


