/* thème Gesturo — généré depuis le profil, ne pas éditer à la main */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root {
  --bg: #f2eefb;
  --card: #FFFFFF;
  --ink: #0a0e18;
  --muted: #6f6a8c;
  --line: #E7E3F6;
  --accent: #e8a088;
  --accent-soft: #f7e3da;
  --violet: #DEDDF5;
  --danger: #D64545;
  --ok: #2E9E6B;
  --font-titre: 'Syne', sans-serif;
  --font-texte: 'DM Sans', sans-serif;
}
