/* ===== LIVRAISON PRO — DESIGN TOKENS ===== */
:root {
  /* Couleurs */
  --or: #F77F00;
  --or-d: #D96B00;
  --or-l: #FFF0DC;
  --vt: #009A44;
  --vt-d: #007A35;
  --vt-l: #D4F5E2;
  --rouge: #DC2626;
  --rouge-l: #FEE2E2;
  --noir: #0D0D0D;
  --noir-2: #1C1C1C;
  --gris: #6B7280;
  --gris-l: #F4F5F7;
  --gris-b: #E5E7EB;
  --blanc: #FFFFFF;
  --sable: #F8F5F0;

  /* Ombres */
  --sh: 0 2px 16px rgba(0, 0, 0, 0.08);
  --sh-md: 0 4px 24px rgba(0, 0, 0, 0.12);
  --sh-lg: 0 8px 40px rgba(0, 0, 0, 0.16);

  /* Rayons */
  --r: 16px;
  --r-sm: 10px;
  --r-xs: 6px;

  /* Typographie */
  --font-title: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Type scale */
  --text-xs:   11px;
  --text-sm:   13px;
  --text-base: 14px;
  --text-md:   16px;
  --text-lg:   18px;
  --text-xl:   22px;
  --text-2xl:  28px;

  /* Transitions */
  --tr: all 0.2s ease;

  /* Layout max */
  --max-w: 430px;
}
