/*
Theme Name: BigDIAMOND Prestige
Theme URI: https://bigdiamond.local
Description: High-performance custom child theme for GeneratePress and WooCommerce.
Author: BigDIAMOND
Author URI: https://bigdiamond.local
Template: generatepress
Version: 1.0.0
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: bigdiamond-prestige
Domain Path: /languages
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Intentionally minimal: GeneratePress loads this file automatically for child themes. */
:root {
  --bdp-space-1: 0.25rem;
  --bdp-space-2: 0.5rem;
  --bdp-space-3: 0.75rem;
  --bdp-space-4: 1rem;
  --bdp-space-5: 1.5rem;
  --bdp-space-6: 2rem;

  --bdp-radius-1: 0.25rem;
  --bdp-radius-2: 0.5rem;
  --bdp-radius-3: 0.75rem;

  --bdp-shadow-1: 0 2px 8px rgba(0, 0, 0, 0.08);
  --bdp-shadow-2: 0 8px 24px rgba(0, 0, 0, 0.1);

  --bdp-container-sm: 720px;
  --bdp-container-md: 1024px;
  --bdp-container-lg: 1280px;
}
