:root {

    /* Couleurs (specifications/07_design_system_todo.md) */
    --color-blue:            #1769E0;
    --color-navy:            #10243E;
    --color-anthracite:      #202934;
    --color-bg-light:        #F4F6F8;
    --color-white:           #FFFFFF;
    --color-text:            #17263A;
    --color-text-secondary:  #66717E;

    /* Police — famille unique du site */
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;

    /* Espacements */
    --spacing-xs:  0.5rem;
    --spacing-sm:  1rem;
    --spacing-md:  1.5rem;
    --spacing-lg:  2.5rem;
    --spacing-xl:  4rem;

    /* Conteneur */
    --container-max:     1200px;
    --container-padding: 1.5rem;

    /* Header */
    --header-height:          104px;
    --header-height-scrolled: 58px;

    /* Transitions */
    --transition-fast:   0.2s ease;
    --transition-normal: 0.3s ease;

    /* Rayons */
    --radius-sm: 4px;
    --radius-md: 8px;

    /* Ombres */
    --shadow-header: 0 2px 20px rgba(16, 36, 62, 0.12);
}
