/**
 * REdesign.build Customizations - Tokens
 * 
 * Site-wide CSS variables are here so feature CSS files can share a consistent palette.
 * 
 * Strategy:
 * - Keep variables generic: --lfd-color-accent, --lfd-radius, etc.
 * - Reference them everywhere else (features/*) so you can change the look in one place.
 */
:root {
    /* Theme Colors */
    --re-overlay-color: rgba(192,199,200,0.9);

    /* Accent Colors */
    --re-imagine-color: #025392;
    --re-think-color:    #4a3242;
    --re-design-color:  #c4a42b;
    --re-cycle-color:   #638539;
    --re-build-color:   #006c82;
    --re-model-color:   #807f84;
    --re-new-color:     #1b3158;
    --re-work-color:    #572b22;
    --re-search-color:  #4e602c;
}
