/*
Theme Name:    UK Energy Reporting (Astra Child)
Theme URI:     https://ukenergyreporting.co.uk
Description:   Child theme for UK Energy Reporting. Provides the branded landing page template used on the home page. Inner pages (How it works, Pricing, FAQ etc.) use Astra's built-in templates.
Author:        UK Energy Reporting
Author URI:    https://ukenergyreporting.co.uk
Template:      astra
Version:       1.1.1
License:       GNU General Public License v2 or later
License URI:   https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   ukenergyreporting-child
*/

/* Brand colour overrides on standard Astra inner pages */
:root {
  --uker-navy: #1B2D4A;
  --uker-green: #3DB54A;
  --uker-green-light: #7CC242;
}

/* Headings in brand navy */
h1, h2, h3, h4, h5, h6 {
  color: var(--uker-navy);
}

/* Primary buttons in brand green */
.wp-block-button__link.has-background,
.button:not(.btn-ghost),
button:not(.btn-ghost),
input[type="submit"] {
  background-color: var(--uker-green) !important;
  color: #fff !important;
  border-radius: 8px !important;
}
.wp-block-button__link.has-background:hover,
.button:not(.btn-ghost):hover,
button:not(.btn-ghost):hover,
input[type="submit"]:hover {
  background-color: #34a040 !important;
}

/* Links in brand green */
a { color: var(--uker-green); }
a:hover { color: #34a040; }

/* Make the default Astra header logo + nav use our colours */
.main-header-menu a,
.ast-builder-menu a {
  color: var(--uker-navy) !important;
}
.main-header-menu a:hover,
.ast-builder-menu a:hover {
  color: var(--uker-green) !important;
}
