/**
 * Sonic Child Theme - Color Palette Configuration
 *
 * This file overrides the parent theme's color variables.
 * Only override the colors you need to customize for this specific site.
 *
 * The parent theme already defines all these variables with default values.
 * Uncomment and customize only the colors you want to change.
 *
 * For a complete list of available color variables, see:
 * parent-theme/css/palette.css
 */

:root {
    --footer-color: #f97272;
    --peach: #f97272;
     --orange: #ff775e; 
     --overlay-nav-color: #ff775e;

}