/*
 Theme Name:   XITANG Child Theme
 Theme URI:    https://xitangjewellery.com
 Description:  Mobile-First Child Theme for XITANG Aroma Jewelry Store (Base on Astra Free)
 Author:       XITANG COMMERCE LTD
 Author URI:   https://xitangjewellery.com
 Template:     astra
 Version:    1.0.0
 Text Domain:  xitang-child
*/

:root {
    --offwhite-bg: #F2EFEA;
    --luxury-gold: #b89c78;
    --text-dark: #222222;
    --text-grey: #666666;
    --pure-white: #ffffff;
}

body {
    background-color: var(--offwhite-bg);
    font-family: Inter, system-ui, sans-serif;
}

.woocommerce-product-gallery__image {
    border-radius: 6px;
}

.site-footer .xitang-company-info {
    font-size: 12px;
    line-height: 1.7;
    color: var(--text-grey);
    margin-top: 24px;
    text-align: center;
}

.woocommerce-loop-product__title {
    font-size: 15px;
}