/*
 * USA Restoration — theme palette tokens.
 * The homepage is a pixel-faithful Neve clone styled entirely by assets/css/homepage.css.
 * These :root vars only steer framework FALLBACK sections (inner pages without a Neve
 * clone yet) so they render in-brand instead of default blue.
 */
:root {
    --color-primary:    #e22b00; /* USA Restoration red-orange */
    --color-accent:     #021524; /* deep navy */
    --color-secondary:  #021524;
    --color-dark:       #14171c;
    --color-dark-grey:  #14171c;

    --usar-red:   #e22b00;
    --usar-navy:  #021524;
    --usar-ink:   #2b2b2b;
}
