/*
Theme Name:  Happy Design Co.
Template:    nectar-blocks-theme
Version:     1.0.2
Description: Child theme for Patton Veterinary Clinic. Built clean rather than copied — the
             fleet's existing happynectar copies each carry another client's code.
Author:      Happy Design Co.
Author URI:  https://happydesigncompany.com
Text Domain: happy-nectar
*/

/* Site-specific CSS below. Brand colour and type live in NectarBlocks Global
   Settings, not here, so they stay editable without a deploy. */

/* Footer copyright text.
   theme-styles.css hard-codes #777 and no theme mod reaches it. On the brand navy
   that is 2.65:1, which fails WCAG AA. Beige gives 9.31:1.
   `body` prefix matches the theme's own selector specificity. */
body #footer-outer #copyright,
body #footer-outer #copyright p,
body #footer-outer #copyright a:not(.nectar-button) {
  color: #e6e4d8;
}

body #footer-outer #copyright a:not(.nectar-button):hover {
  color: #ffffff;
}
