/*
Theme Name: Archijeunes FSE
Theme URI: https://lanageuse.com
Author: La nageuse
Author URI: https://lanageuse.com
Description: Theme FSE pour le site archijeunes
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: archijeunes-fse

This theme supports Full Site Editing (FSE) with custom post types,
ACF forms, animations, and email notifications for participants management.
*/

/* Align custom CSS variables with theme.json presets */
:root {
  --primary-color: var(--wp--preset--color--primary);
  --secondary-color: var(--wp--preset--color--secondary);
  --accent-color: var(--wp--preset--color--accent);
  --text-dark: var(--wp--preset--color--contrast);
  --text-light: var(--wp--preset--color--text-light);
  --bg-white: var(--wp--preset--color--base);
  --bg-light: var(--wp--preset--color--light-gray);
  --bg-dark: var(--wp--preset--color--secondary);
}
