/*
Theme Name: Build Your Home WP
Theme URI: http://buildyourhome.ca
Author: Trae AI
Description: A modern, custom home renovation theme based on Vue 3 design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: buildyourhome
*/

/* Reset & Basic Styles handled by Tailwind, but WP needs this file */
body {
    background-color: #ffffff;
    color: #333333;
}
