/*
Theme Name: Clearwater Children Foundation
Theme URI: https://clearwaterchildren.org/
Author: Ediface
Author URI: https://ediface.design/theme-author
Description: Warm, mission-driven custom WordPress theme for Clearwater Children's Foundation. Optimally suited for children charities, learning foundations, and nonprofit schools in Canada. Fully supports Elementor grids, GiveWP donation cards, and WPForms inquiries.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-header, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, translation-ready, grid-layout
Text Domain: clearwater-foundation
Requires PHP: 7.4
Requires at least: 5.6
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Nunito+Sans:wght@400;600;700&display=swap');

/* Dynamic WordPress Customizer styles injected by Ediface Theme builder */
:root {
  --wp--color--primary: #4A90D9;
  --wp--color--secondary: #F5C542;
  --wp--color--accent: #FAFAFA;
  --wp--color--text: #33414E;
}

html, body {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--wp--color--text);
  background-color: var(--wp--color--accent);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

.bg-primary { background-color: var(--wp--color--primary); }
.text-primary { color: var(--wp--color--primary); }
.border-primary { border-color: var(--wp--color--primary); }

.bg-secondary { background-color: var(--wp--color--secondary); }
.text-secondary { color: var(--wp--color--secondary); }

/* Standard WP layout utilities */
.aligncenter { display: block; margin: 1.5em auto; }
.wp-caption { background: #f1f1f1; padding: 4px; text-align: center; border: 1px solid #ddd; }
