/* Set the colors as variables for ease of use. */
/* BLock style wp editing makes this all configurable via the gui and json. */

:root {
    /* Body Background Color */
    --body-bg: #FFFBF2;
    
    /* Primary Colors */
    --acorn: #C07E38;
    --caramel-sky: #DFAB6F;
    --melted-ice-cream: #FFF6E1;
    --white: #FFFFFF;
    --black: #000000;
    --green: #777C54;
    --blue: #1B365A;

    /* Font Colors */
    --headline-color: #000000;
    --subhead-color: #000000;
    --body-copy-color: #000000;
}