/* ==========================================================
   VARIABLES PROJET — Messes de France
   "The Sacred Gallery" — Midnight & Gold
   ========================================================== */

:root {

  /* ----- COLORS ----- */
  --color-primary:       #031632;   /* Midnight blue */
  --color-primary-light: #1A2B48;   /* Midnight light */
  --color-primary-dark:  #081b38;
  --color-secondary:     #735c00;   /* Or profond */
  --color-accent:        #e9c349;   /* Or vif */

  --color-white:         #ffffff;
  --color-black:         #1a1c1c;   /* Pas de noir pur */
  --color-light:         #f9f9f9;   /* Surface low */
  --color-light-alt:     #f3f3f3;   /* Surface alt */
  --color-dark:          #031632;   /* Midnight */
  --color-dark-alt:      #1A2B48;

  --color-text:          #1a1c1c;
  --color-text-light:    #44474d;
  --color-text-on-dark:  #ffffff;
  --color-text-muted:    #75777e;

  /* ----- TYPOGRAPHY ----- */
  --font-primary:   'Newsreader', serif;
  --font-secondary: 'Inter', sans-serif;

  --font-weight-normal:   400;
  --font-weight-medium:   500;
  --font-weight-semibold: 600;
  --font-weight-bold:     700;

  /* ----- ZONES ----- */
  --zone-1:      #ffffff;      /* Surface pure */
  --zone-1-text: #1a1c1c;

  --zone-2:      #f3f3f3;      /* Surface container low */
  --zone-2-text: #1a1c1c;

  --zone-3:      #031632;      /* Midnight — sections sombres */
  --zone-3-text: #ffffff;

}
