/*
Theme Name: Good Eats BBQ Child
Theme URI: https://uncle-eat-eat.example.com
Template: good-eats-theme
Author: Uncle Good Eats
Author URI: https://uncle-eat-eat.example.com
Description: Child theme for Good Eats BBQ. Use this for any visual tweaks or overrides so they survive future updates to the parent theme (Good Eats BBQ) instead of being lost when the parent theme's files get replaced.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: good-eats-bbq-child
*/

/* -----------------------------------------------------------------
   IMPORTANT: "Template" above must exactly match the parent theme's
   folder name as installed in wp-content/themes/. This zip's parent
   folder is named "good-eats-theme" — if you rename that folder when
   installing the parent theme, update the Template line to match, or
   this child theme won't activate.
-------------------------------------------------------------------- */

/* -----------------------------------------------------------------
   Everything from the parent theme's style.css loads first (see
   functions.php in this child theme) — this file only needs to
   contain your ADDITIONS or OVERRIDES, not a copy of the whole thing.

   The parent theme is built entirely on CSS custom properties, so
   most visual changes are just re-declaring one of these on :root.
   A few common ones, commented out — uncomment and adjust as needed:
-------------------------------------------------------------------- */

/*
:root {
  --ember: #d9481f;
  --ember-hot: #ff7a35;
  --gold: #c9932e;
  --gold-lt: #e0b24f;
  --char-black: #181210;
  --cream: #f0e6d6;
}
*/

/* Example: swap the accent color from ember-orange to a deeper red.
:root {
  --ember: #a8341a;
  --ember-hot: #d94f2b;
}
*/

/* Example: add your own rule instead of overriding a variable. */
/*
.hero h1 {
  letter-spacing: .02em;
}
*/
