/**
 * 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 {
    /*
     * EXAMPLE CUSTOMIZATIONS - Uncomment and modify as needed:
     *
     * Brand Colors:
     * --accent-color: #YOUR-COLOR;
     * --footer-color: #YOUR-COLOR;
     * --overlay-nav-color: #YOUR-COLOR;
     *
     * Link Colors:
     * --link-color: #YOUR-COLOR;
     * --link-color-hover: #YOUR-COLOR;
     *
     * Button Colors:
     * --button-color: #YOUR-COLOR;
     * --button-border-color: #YOUR-COLOR;
     * --button-hover-color: #YOUR-COLOR;
     * --button-hover-border-color: #YOUR-COLOR;
     * --button-text-color: #YOUR-COLOR;
     *
     * Form Colors:
     * --form-border-outline: #YOUR-COLOR;
     * --form-border: #YOUR-COLOR;
     */
}