/*
Theme Name:        miniBUD
Theme URI:         https://budapestshuttle.hu/
Author:            miniBUD
Author URI:        https://budapestshuttle.hu/
Description:       Mobile-first WooCommerce theme for the miniBUD Budapest experiences marketplace. Built for quick, few-tap shopping on phones and kiosk tablets. WPML-ready, ACF-ready, Forminator-friendly.
Version:           1.0.0
Requires at least: 6.4
Tested up to:      6.7
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:       minibud
Tags:              e-commerce, woocommerce, translation-ready, custom-colors, custom-menu, mobile-first
WC requires at least: 7.0
WC tested up to:   9.5
*/

/*
 * -----------------------------------------------------------------------------
 * NOTE ON STYLES
 * -----------------------------------------------------------------------------
 * WordPress REQUIRES this file (style.css) to exist with the header comment
 * above — that is how it identifies a theme. However, the *actual* styling for
 * this theme lives in modular, version-controlled files that are enqueued from
 * functions.php (see inc/enqueue.php):
 *
 *   assets/css/theme.css        → design system + layout + components
 *   assets/css/woocommerce.css  → shop / product / cart / checkout styling
 *
 * We keep style.css almost empty on purpose: enqueuing dedicated files lets us
 * set load order, dependencies and cache-busting versions, which a single
 * style.css cannot do cleanly. The line below just makes sure that if a plugin
 * forces style.css to load, it doesn't fight our design tokens.
 */

:root {
  /* Mirrors the tokens in assets/css/theme.css so style.css alone still themes. */
  --mb-navy: #273866;
  --mb-red:  #d90134;
}
