/* ============================================================
   PALETTE GLOBALE ALPINE LABS — variables CSS.
   Mêmes couleurs que theme.js (classes Tailwind lab-*).
   À utiliser dans les blocs <style> et styles inline :
   ex. color: var(--lab-slate); border-color: var(--lab-line);
   ============================================================ */
:root {
  --lab-blue:    #0094D9;
  --lab-slate:   #5B6A85;
  --lab-ink:     #000000;
  --lab-line:    #E2E8F0;
  --lab-mist:    #F0F6FB;
  --lab-glacier: #87B5D6;
  --lab-ice:     #C5DCEA;
  --lab-sky:     #A0CCE5;
  --lab-night:   #0B1733;
  --lab-deep:    #1E4566;
  --lab-yellow:  #FFCC00;
  --lab-teal:    #5FA8B5;
  --lab-red:     #DC2626;
  --lab-green:   #10B981;
  --lab-green-mist: #F0FDF4;
  --lab-green-deep: #065F46;
}
