/*
Theme Name: Cahen Parenting
Theme URI: https://example.com/themes/cahen-parenting
Author: Your Team
Author URI: https://example.com
Description: Custom theme for Cahen Parenting with Tailwind-based styling.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cahen-parenting
Tags: one-column, custom-colors, custom-logo, custom-menu, editor-style
*/
:root {
  --sage: #9CAF88;
  --terracotta: #C4A484;
  --cream: #F5F1EB;
  --warmGray: #8B7D6B;
  --softBeige: #E8E0D4;
}
/* Basic resets for safety when Tailwind CDN is used */
html, body { margin: 0; padding: 0; }
/* Menu base styles for WP classes */
.menu, .sub-menu{ list-style:none; margin:0; padding:0; }
.menu > li > a{ text-decoration:none; color: var(--warmGray); font-weight:500; }
.menu > li > a:hover{ color: var(--sage); }
