/*
Theme Name: Nectarblocks Child
Theme URI: https://nectarblocks.com
Template: nectar-blocks-theme
Author: NectarBlocks
Author URI: https://nectarblocks.com
Description: Nectarblocks is a lightweight and modern WordPress theme designed for seamless compatibility with the Nectarblocks page builder plugin.
Version: 2.2.1.1755472720
Updated: 2025-08-17 23:18:40

*/

/* Your custom overrides now load LAST! */
:root {
    /* These match your theme.json colors */
    --gduk-primary: var(--wp--preset--color--gduk-primary);
    --gduk-careers: var(--wp--preset--color--gduk-careers);
    --gduk-businesses: var(--wp--preset--color--gduk-businesses);
}

/* Example overrides that will work */
.nectar-button {
    background-color: var(--gduk-primary) !important;
}

.parent-theme-header {
    display: none !important; /* Your styles win! */
}
