/*
Theme Name: ChatterTots
Theme URI: https://www.example.com/chattertots
Author: Your Name
Author URI: https://www.example.com
Description: A professional, clean, and responsive WordPress theme designed for ChatterTots. Perfect for educational, children's, and playful content websites.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chattertots
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
Tags: responsive, one-column, two-columns, three-columns, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, blog, education

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

/* =============================================================================
   Reset & Base Styles
   ============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}
footer .custom-logo-link img {
  max-width: 170px;
  height: auto;
  margin-bottom: 30px;
}
