/*
Theme Name: Dog by Dr Lisa SG
Theme URI: https://www.dogbydrlisa.sg
Author: Wei Yun
Author URI: https://www.dogbydrlisa.sg
Description: Custom WooCommerce theme for Dog by Dr Lisa Singapore. A clean, premium, minimalist theme for a natural pet skincare and lifestyle brand, in the visual style of dogbydrlisa.com, built around the existing Cat and Dog product catalogue.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dogbydrlisa
Tags: e-commerce, woocommerce, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Base styles live here (required by WordPress for theme identification).
All visual styling is enqueued from assets/css/style.css — see functions.php.
*/

/* Minimal reset so the theme still looks sane if assets/css/style.css fails to load */
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }
img { max-width: 100%; height: auto; }
