/*
Theme Name: YesWeCompare Child
Theme URI: https://yeswecompare.com
Author: YesWeCompare
Author URI: https://yeswecompare.com
Description: Child theme of YesWeCompare. Make all of your customisations here (colours, spacing, page-specific tweaks, new templates) so they survive future updates to the parent theme. See INSTALL.md in the parent theme's folder for setup instructions.
Template: yeswecompare
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yeswecompare-child

The "Template:" line above is the important part — it must exactly match
the parent theme's folder name ("yeswecompare") for WordPress to treat
this as a child theme.
*/

/*
  This stylesheet is loaded AFTER the parent theme's common.css and the
  active page's page-specific CSS (see functions.php — ywc_child_enqueue_styles
  hooks in after ywc-common with a dependency, so cascade order is
  guaranteed). Add your overrides below; you don't need to repeat anything
  from the parent theme that you aren't changing.

  Example — change the coral accent colour everywhere it's used as a CSS
  custom property:

  :root {
    --coral: #E8492E;
  }

  Example — make the homepage hero section taller:

  .ywc-hero-block .hero {
    min-height: 110vh;
  }
*/
