/*
Theme Name: Boutique Mortgage
Theme URI: https://rameshcodes.dev/
Author: Ramesh Dhakal
Author URI: https://rameshcodes.dev/
Description: A custom WordPress theme built from scratch for Boutique. UI to follow from Figma design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boutique
Tags: custom-theme, blog, full-width
*/

/* ==========================================================================
   This file is the WordPress theme header (above) ONLY.

   All real styling lives in the modular, enqueued stylesheets, loaded in
   dependency order by boutique_enqueue_assets() in functions.php:

     assets/css/tokens.css       → design tokens (:root variables)
     assets/css/base.css         → reset, typography, .site-container
     assets/css/ui.css           → buttons, cards, icon boxes (shared primitives)
     components/*/*.css           → one file per component ( auto-loaded via glob in functions.php )

   style.css is enqueued after the ui primitives, so use it only for small global
   overrides that must win the cascade. Keep component rules in their own files.
   ========================================================================== */

/* Placeholder to satisfy CSS parser */
:root {}
