/*
Theme Name: BuildsOfTech
Theme URI: https://buildsoftech.com
Author: BuildsOfTech
Author URI: https://buildsoftech.com
Description: Custom WordPress + WooCommerce theme for BuildsOfTech, a WhatsApp Business API SaaS platform. Ports the final static HTML/CSS design 1:1 and wires a single-plan pricing-card to cart-to-checkout flow on top of WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: buildsoftech
*/

/* WP requires the theme header comment above to live in THIS root style.css. The actual design CSS is kept in assets/css/ (as ported verbatim from the source project) and pulled in here via @import so the source files never need to be hand-merged/edited. design-tokens.css (CSS variables) is imported before style.css since style.css depends on those variables. The ?v= query strings are bumped manually on each edit to bust the browser cache (@import URLs don't get the automatic filemtime versioning that direct wp_enqueue_style() calls get). */
@import url("assets/css/design-tokens.css?v=20260926c");
@import url("assets/css/style.css?v=20260926c");
