/*** cecvision css variables ***/

:root {

    --base-font-family: 'lato', verdana, sans-serif;
    --base-header-font-family: 'raleway', Verdana, sans-serif;

    --row-class-width: 90rem;


/*              var(--light-background);                */

    /*** colors ***/
    --text-color: #595959; /** Brand Grey **/
    --inverse-text-color: #FFF;
    --primary-color: #0092B3; /** CEC Blue **/
    --secondary-color: #007396; /** Secondary/Medium Teal **/
    --darker-blue: #00406B; /** Button Hover/Focus Darker Blue only for now **/


    /*** BG Colors ***/
    --light-background: #F6F6F6; /*** lite gray bkgd for LR spreads ***/
    --dark-background: #007396; /*** VSP Blue ***/
    /* --background-color-1: #F6F6F6; * Neutral/Gray 06 (Brand Pale Gray)  */
    /* --background-color-2: #007396; * Secondary/Medium Teal * */
    --background-color-1: #DDF4EF; /** Secondary/Pale Teal **/
    --background-color-2: #11203C; /** Super Dark Blue - FAP Results Page **/

    --section-color-dark: #007396;


}