/*
Theme Name: Kerstin of Sweden Shop Child
Theme URI: https://shop.kerstinofsweden.com/
Description: Child theme for Twenty Twenty-Five
Author: Gabriel Furmuzachi
Author URI: https://shop.kerstinofsweden.com/
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/

/* Your custom CSS below */

/* Example: cleaner product grid spacing */
.woocommerce ul.products {
    gap: 2rem;
}

/* Example: typography tweak */
body {
    font-family: system-ui, -apple-system, sans-serif;
}