/**
 * Theme Name:   MOVEability
 * Theme URI:    https://moveability.org.uk/
 * Description:  Child theme for MOVEability
 * Author:       Warwickshire Websites
 * Author URI:   https://warwickshirewebsites.com/
 * Template:     hello-elementor
 * Version:      1.0.8
 * Text Domain:  moveability
 */

:root {
  --primary: #2a2e84;
  --primary-text: white;
  --primary-alt: #0a1dc6;

  --feint-trim: #2a2e8433;
}

/**
 * WooCommerce overrides
 */
body.woocommerce-page button.button.alt {
  background-color: var(--primary) !important;
  color: var(--primary-text) !important;
}

body.woocommerce-page button.button.alt:hover {
  background-color: var(--primary-alt) !important;
  color: var(--primary-text) !important;
}

body .wp-block-button a {
  background-color: var(--primary);
  color: var(--primary-text);
}

body .wp-block-button a:hover {
  background-color: var(--primary-alt);
  color: var(--primary-text);
}
