/*
Theme Name:   Bavaria Performance
Theme URI:    https://bavariaperformance.com
Description:  Child theme basé sur Astra — spécialiste BMW & MINI
Author:       DGS Bavaria
Author URI:   https://bavariaperformance.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-bavaria
*/

/* ============================================================
   Polices Google Fonts
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

/* ============================================================
   Variables CSS — Identité visuelle Bavaria Performance
============================================================ */
:root {
    --ast-primary-color:      #1c69d4;
    --ast-link-color:         #1c69d4;
    --ast-button-bg-color:    #1c69d4;
    --ast-button-color:       #ffffff;
    --color-primary:          #1c69d4;
    --color-primary-dark:     #1454a8;
    --color-gold:             #c8963e;
    --color-white:            #ffffff;
    --color-dark:             #0a0a0a;
    --color-text:             #1c1c1c;
    --color-muted:            #6b6b6b;
    --color-border:           #e0e0e0;
    --color-bg:               #ffffff;
    --color-bg-alt:           #f5f5f5;
    --color-success:          #2ecc71;
    --color-danger:           #e74c3c;
    --font-display:           'Rajdhani', sans-serif;
    --font-body:              'Inter', sans-serif;
    --radius-sm:              4px;
    --radius-md:              8px;
    --radius-lg:              12px;
    --radius-xl:              16px;
    --transition-fast:        150ms ease;
    --transition-base:        250ms ease;
}
