/*
Theme Name: popularfx child
Theme URI: https://popularfx.com/
Template: popularfx
Author: KUIK MEDIA
Description: Child theme for popularfx
Version: 1.0.0
*/

/* 1. BRAND COLORS */
h1 .accent-color {
    color: #F5B042 !important;
    font-weight: 800 !important;
}

:root {
    --pagelayer-primary: #1F5E3A !important; 
    --pagelayer-primary-hover: #2C7A47 !important;
}

a, .primary-color, .btn-primary {
    color: #1F5E3A !important;
}

.bg-primary {
    background-color: #1F5E3A !important;
}

/* 2. BUTTON STYLING */
.wp-block-button__link, 
.btn, 
.button,
.elementor-button,
.pagelayer-btn-holder a {
    border-radius: 40px !important;
    padding: 12px 30px !important;
}

/* 
   HEADER TWEAKS REMOVED 
   The header will now be controlled entirely by 
   the PopularFX Theme Customizer and PageLayer Editor.
*/