/*
Theme Name: Flavor Starter Child
Theme URI: https://example.com/flavor-starter
Description: Child theme for Flavor Starter. Use this theme to customize Flavor Starter without modifying the parent theme files.
Author: Your Name
Author URI: https://example.com
Template: flavor-starter
Version: 1.0.0
Tested up to: 6.4
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flavor-starter-child
*/

/*
|--------------------------------------------------------------------------
| CHILD THEME CUSTOM STYLES
|--------------------------------------------------------------------------
|
| Add your custom styles below this line. These styles will override
| the parent theme styles.
|
*/

/* Example: Custom primary color override */
/*
:root {
    --color-primary: #e11d48;
    --color-primary-dark: #be123c;
}
*/

/* Example: Custom font override */
/*
:root {
    --font-heading: 'Montserrat', sans-serif;
}
*/

/* Example: Custom button styles */
/*
.button {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
*/

/* ==========================================================================
   YOUR CUSTOM STYLES START HERE
   ========================================================================== */