/*
Theme Name:   Mobilandi Storefront
Theme URI:    https://mobilandi.de
Description:  Minimales Storefront Child-Theme für den Mobilandi Mahlzeitendienst.
Author:       Mobilandi
Author URI:   https://mobilandi.de
Template:     storefront
Version:      1.0.0
Text Domain:  mobilandi-storefront
*/

/* ── Akzentfarbe ── */
a,
.storefront-primary-navigation ul.menu > li > a:hover,
.site-title a:hover {
  color: #C1A25F;
}

button,
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.site-header-cart .widget_shopping_cart a.button {
  background-color: #C1A25F;
  border-color: #C1A25F;
}
button:hover,
input[type="submit"]:hover,
.button:hover,
.added_to_cart:hover {
  background-color: #a88c48;
  border-color: #a88c48;
}
