/* ── Clearway — propriétés CSS communes à toutes les pages ── */

:root {
  /* Vert sauge doux */
  --dark:    #2E7060;
  --mid:     #3D8C78;
  --light:   #3D8C78;
  --accent:  #60A890;
  --gray:    #60A890;

  /* Fonds ivoire & menthe */
  --bg-lav:      #F4FAF8;
  --bg-secondary:#F4FAF8;
  --lavender:    #B4E0D4;
  --muted:       #D8EFE9;
  --border:      rgba(0,0,0,0.07);

  /* Bleu ciel serein (CTA) */
  --gold:    #4EA8CC;
  --gold-fg: #0A2E44;

  /* Texte */
  --text-dk: #1A3530;
  --text-md: #28665A;

  /* Utilitaires */
  --radius-lg: 14px;
}

html { scroll-behavior: smooth; }
