/*
Theme Name: Penpal Promise Child
Theme URI: https://penpalpromise.com
Author: Penpal Promise
Author URI: https://penpalpromise.com
Description: Child theme for Penpal Promise. Add your custom CSS overrides here without modifying the parent theme.
Template: penpal-promise
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: penpal-promise-child
*/

/*
 ─────────────────────────────────────────────
  ADD YOUR CUSTOM CSS OVERRIDES BELOW THIS LINE
  The parent theme's styles are already loaded.
 ─────────────────────────────────────────────
*/

/* Example: change the teal accent ────────────
:root {
  --teal:       #155C59;
  --teal-light: #1E7E7A;
}
*/

/* Example: adjust hero font size on desktop ──
@media (min-width: 1200px) {
  .hero-text h1 { font-size: 4.4rem; }
}
*/
