/*
Theme Name:   TheGrowvix Child
Theme URI:    https://thegrowvix.com
Description:  Child theme for TheGrowvix. Add all your custom CSS here — parent theme updates will never overwrite your changes.
Author:       TheGrowvix
Author URI:   https://thegrowvix.com
Template:     thegrowvix-theme
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:  thegrowvix-child
*/

/* =============================================
   HOW TO USE THIS FILE
   =============================================
   Add your custom CSS overrides below.
   This file is loaded AFTER the parent theme's
   style.css, so your rules always win.

   Examples:
   - Change accent color
   - Adjust font sizes
   - Override card styles
   - Add new sections/components
   ============================================= */


/* ── EXAMPLE: Change accent color ─────────────
:root {
  --accent:       #e63946;
  --accent-dark:  #c1121f;
  --accent-light: #fde8ea;
}
────────────────────────────────────────────── */


/* ── EXAMPLE: Adjust hero font size ───────────
.hero-title {
  font-size: clamp(30px, 5vw, 56px);
}
────────────────────────────────────────────── */


/* ── EXAMPLE: Custom button style ─────────────
.btn-primary {
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
}
────────────────────────────────────────────── */


/* ── EXAMPLE: Add a custom announcement bar ───
.announcement-bar {
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
}
────────────────────────────────────────────── */


/* ─── Your custom styles below ────────────── */
