/* ============================================
   THÈME POINCY
   Couleurs: Orange var(--brand-orange) + Bleu var(--brand-blue)
   ============================================ */

:root {
    /* Couleurs principales du thème Poincy */
    --theme-primary: var(--brand-orange);
    --theme-secondary: var(--brand-blue);
    
    /* Dégradé pour les vignettes */
    --theme-gradient: linear-gradient(135deg, var(--brand-blue) 0%, #2a0fb3 25%, #3b16d4 50%, #2a0fb3 75%, var(--brand-blue) 100%);
    
    /* Dégradé alternatif pour les boutons/bandeaux */
    --theme-gradient-end: #2a0fb3;
}
