/*
 Theme Name:   Woodmart Child
 Theme URI:    https://xtemos.com
 Description:  Child theme for the Woodmart WordPress theme.
 Author:       XTemos
 Author URI:   https://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/

/* --------------------------------------------------
   Base Reset
-------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-family: inherit;
    box-sizing: border-box;
}

/* --------------------------------------------------
   Child Theme Placeholder
   Add your custom CSS below as needed.
   (This version contains no overrides — pure default)
-------------------------------------------------- */

/* Example: uncomment and edit if you want to add custom styling later
--------------------------------------------------
.woocommerce .button {
    background-color: #000;
    color: #fff;
}
-------------------------------------------------- */
