/*!
Theme Name:        BCG Theme
Theme URI:         https://boxingclubgenevois.ch/
Author:            Boxing Club Genevois
Author URI:        https://boxingclubgenevois.ch/
Description:       Thème custom du Boxing Club Genevois (BCG) — club de boxe à Genève. Design sombre avec accent rouge bordeaux, intégration Sportigo, mode clair/sombre, responsive.
Version:           1.1.3
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       bcg-theme
Tags:              custom, dark, sportigo, boxing, full-width-template, custom-menu, custom-logo, translation-ready

BCG Theme is licensed under the GPL v2 or later.
*/

/*
 * Le style applicatif du thème est chargé depuis assets/css/main.css via wp_enqueue_style().
 * Ce fichier reste minimal — il sert l'en-tête WordPress requis et expose les variables racine
 * pour permettre des overrides éventuels via le Customizer ou des plugins.
 */

:root {
  --color-bg: #0f0f0f;
  --color-bg-alt: #1a1a1a;
  --color-bg-dark: #000000;
  --color-accent: #8B1E2B;
  --color-accent-hover: #A52535;
  --color-accent-dark: #6B1620;
  --color-cream: #f0d9b5;
  --color-cream-light: #f5e6d0;
  --color-white: #ffffff;
  --color-gray: #888888;
  --color-gray-light: #cccccc;
  --color-dark-overlay: rgba(0, 0, 0, 0.55);
  --color-card-bg: rgba(255, 255, 255, 0.05);
  --color-card-border: rgba(255, 255, 255, 0.1);
  --color-text-muted: rgba(255, 255, 255, 0.15);
  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Montserrat', sans-serif;
}
