/* Variables */

:root {
    --navy: #0C143A;
    /* --yellow: #E1B921; */
   /* --yellow: #FFCF01;
    --yellowLight: #FFFBF0;*/
    
    
     --yellow: #b8a59e;
    --yellowLight: #ece7e3;
    
    
    --teal: #003A58;
    --tealLight: #1c8183;
    --black: #000000;
    --gray: #333333;
}