/**
 * Site-wide replacements for the Hello Elementor reset defaults.
 *
 * The theme's reset.css paints links and bare buttons in its stock #c36 pink:
 * link text, button border and text, and a solid pink fill on button
 * hover/focus. The Elementor kit sets no link or button colors, so wherever a
 * widget, WooCommerce or this plugin does not style them the pink shows
 * (footer policy links, "Photo Coming Soon" placeholders, bare form buttons).
 *
 * Loaded on every front-end page after the theme reset. Selectors stay at
 * (0,0,2) / (0,1,2) so any class-based rule from Elementor, WooCommerce or
 * this plugin still wins; only the theme's bare defaults change.
 */

body a {
	color: inherit;
}

body a:hover,
body a:focus,
body a:active {
	color: #8b6914;
}

body button,
body [type="button"],
body [type="submit"] {
	border-color: #635234;
	color: #635234;
}

body button:hover,
body button:focus,
body [type="button"]:hover,
body [type="button"]:focus,
body [type="submit"]:hover,
body [type="submit"]:focus {
	background-color: #635234;
	color: #fff;
}
