/*
Theme Name: Rusk Shop Child
Template: storefront
Author: M365 Copilot
Description: A simple WooCommerce-ready child theme for selling rusks. Requires the free Storefront theme.
Version: 1.0.0
License: GPLv2 or later
Text Domain: rusk-shop-child
*/

/* Custom styles */
:root{--brand:#8b5a2b;--brand2:#f6eadf;}
.site-header{background:var(--brand2);} 
.site-title a,.site-description{color:var(--brand);} 
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button{background:var(--brand);color:#fff;}
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover{filter:brightness(.95);}
