/* ==========================================================================
   FQM — Design tokens (partagés thème + plugin)
   ========================================================================== */
:root{
  /* Couleurs */
  --fqm-anthracite:#2B2D31;
  --fqm-anthracite-soft:#3a3d42;
  --fqm-anthracite-dark:#1d1f23;
  --fqm-gold:#C9B79C;
  --fqm-gold-dark:#b09f84;
  --fqm-gold-soft:#dccbb3;
  --fqm-sand:#F2EDE4;
  --fqm-greige:#E6E1D9;
  --fqm-light:#F5F5F5;
  --fqm-white:#FFFFFF;
  --fqm-text:#2B2D31;
  --fqm-text-muted:#6b6e74;
  --fqm-border:#E6E1D9;
  --fqm-border-soft:#F0EBE2;

  /* Alias plugin (compat existante) */
  --fqm-brand:var(--fqm-anthracite);
  --fqm-brand-dark:var(--fqm-anthracite-dark);
  --fqm-brand-soft:var(--fqm-anthracite-soft);
  --fqm-accent:var(--fqm-gold);
  --fqm-accent-dark:var(--fqm-gold-dark);
  --fqm-accent-soft:var(--fqm-gold-soft);
  --fqm-bg:var(--fqm-white);
  --fqm-card:var(--fqm-white);
  --fqm-muted:var(--fqm-text-muted);

  /* Typographies */
  --fqm-font-body:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  --fqm-font-head:"Playfair Display",Georgia,"Times New Roman",serif;

  /* Rayons / ombres */
  --fqm-radius-sm:8px;
  --fqm-radius:14px;
  --fqm-radius-lg:20px;
  --fqm-shadow-sm:0 1px 3px rgba(43,45,49,.06);
  --fqm-shadow:0 4px 16px rgba(43,45,49,.08);
  --fqm-shadow-lg:0 12px 32px rgba(43,45,49,.10);
}
