/*
Theme Name: Vouxat Commerce
Theme URI: https://miraclevoucher.com/vouxat-commerce
Author: Vouxat / Kimbuvat
Author URI: https://miraclevoucher.com
Description: A premium BuddyBoss replacement platform theme with WooCommerce, Dokan, Elementor, PWA, and mobile-app UX support.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: miracle-template
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Note: the text domain and internal function/option prefixes ("miracle_",
"msp_", "mv3_", etc.) are kept unchanged on purpose for this rename. They
are internal identifiers only (never shown to visitors or admins) and are
shared with the companion "Miracle App Shell" plugin, which calls many of
these same functions/options by name. Renaming them would desynchronize
the plugin and theme without changing anything the user-facing rebrand to
"Vouxat Commerce" is actually about. Everything a visitor or admin can see
— the theme name, admin menu, page titles, on-screen copy — is renamed.
*/

/* =========================
   CSS VARIABLES
========================= */
:root {
  --miracle-gold: #D4AF37;
  --miracle-dark: #1f2937;
  --miracle-white: #ffffff;
  --miracle-gray: #f5f6f8;
  --miracle-border: #e5e7eb;
  --miracle-shadow: 0 12px 40px rgba(0,0,0,.08);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: var(--miracle-gray);
  color: var(--miracle-dark);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
