/*!
Theme Name: Carbon Capture Coalition (Child theme)
Theme URI: https://carbon-capture-coalition.com/
Template: carbon-capture-coalition/theme
Author: Carbon Capture Coalition
Author URI: https://carbon-capture-coalition.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visceralwp4
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

VisceralWP4 is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper span {
    color: var(--color-dark-green);
}

.site-header {
    path {
        fill: var(--color-dark-green);
    }

    .home & {
        path {
            fill: white;
        }
    }
}

.error404 {
    background: var(--color-lightest-blue);

    .error__content {
        background: none;
    }
}

