:root {
    /* Backgrounds */
    --bg-primary: #F8F6F3;
    --bg-secondary: #EFEAE3;
    --bg-dark: #141415;

    /* Text */
    --text-primary: #2C2D2F;
    --text-secondary: #61656a;
    --text-light: #FFFFFF;

    /* Julie's brand pink */
    --accent: #FE3C7D;
    --accent-hover: #FF5C95;
    --mauve: #c292a1;

    /* Supporting accent */
    --sage: #94a798;
}