/*
Theme Name: Patriotes 64
Theme URI: https://lespatriotes64.fr
Description: Thème officiel des Patriotes 64 — Fédération des Pyrénées-Atlantiques
Version: 1.0.0
Author: Les Patriotes 64
Author URI: https://lespatriotes64.fr
Text Domain: patriotes64
Domain Path: /languages
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: political, french, responsive, custom-menu, featured-images, sidebar
*/

/*
 * CSS Custom Properties — imported and extended in assets/css/main.css
 */
:root {
    --color-blue:      #1B3A6B;
    --color-orange:    #F7941D;
    --color-bordeaux:  #8B1A1A;
    --color-bg:        #F4F6F9;
    --color-text:      #1f2937;
    --color-white:     #ffffff;
    --color-blue-dark: #0f2347;
    --color-blue-light:#2a5298;
    --color-gray-200:  #e5e7eb;
    --color-gray-400:  #9ca3af;
    --color-gray-600:  #4b5563;

    --font-primary: system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
    --font-size-base: 1rem;
    --line-height-base: 1.7;

    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;

    --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,.12);
    --shadow-lg: 0 8px 32px rgba(0,0,0,.18);

    --transition: 0.25s ease;

    --container-width: 1200px;
    --header-height: 72px;
}
