/*
Theme Name:   TheGem Child
Theme URI:    https://yourwebsite.com/thegem-child/
Description:  TheGem Child Theme - A child theme for TheGem WordPress Theme
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     thegem
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:  thegem-child
Tags:         child-theme, thegem
*/

/* ==========================================================================
   Child Theme Custom Styles
   Add your custom CSS overrides below this comment.
   ========================================================================== */

/* -------------------------
   Typography Overrides
------------------------- */
/* Example: Override body font
body {
    font-family: 'Your Font', sans-serif;
}
*/

/* -------------------------
   Color Overrides
------------------------- */
/* Example: Override primary accent color
:root {
    --thegem-color-primary: #FF6B35;
    --thegem-color-secondary: #1A1A2E;
}
*/

/* -------------------------
   Header Customizations
------------------------- */

/* -------------------------
   Navigation Customizations
------------------------- */

/* -------------------------
   Content Area
------------------------- */
.h1_heading{
	color:#8abfff
}
/* -------------------------
   Sidebar Styles
------------------------- */

/* -------------------------
   Footer Styles
------------------------- */

/* -------------------------
   WooCommerce Overrides
   (if WooCommerce is active)
------------------------- */

/* -------------------------
   Responsive Overrides
------------------------- */
@media (max-width: 1200px) {
    /* Large tablet/desktop overrides */
}

@media (max-width: 992px) {
    /* Tablet overrides */
}

@media (max-width: 768px) {
    /* Mobile landscape overrides */
}

@media (max-width: 480px) {
    /* Mobile portrait overrides */
}
