/* SYNCED SUBSET of Design System v2.0 tokens/destinations.css — do not drift.
   Contract: --dest-accent, --dest-accent-ink, --dest-soft, --dest-flag-1/2/3, --dest-wash. */
[data-destination="india"] {
  --dest-accent: #E8851A; --dest-accent-ink: #FFFFFF; --dest-soft: #FCEEDF;
  --dest-flag-1: #FF9933; --dest-flag-2: #FFFFFF; --dest-flag-3: #138808;
  --dest-wash: linear-gradient(135deg, rgba(232,133,26,.28), rgba(255,153,51,.14));
}
[data-destination="japan"] {
  --dest-accent: #BC002D; --dest-accent-ink: #FFFFFF; --dest-soft: #F6DBE2;
  --dest-flag-1: #FFFFFF; --dest-flag-2: #BC002D; --dest-flag-3: #FFB7C5;
  --dest-wash: linear-gradient(135deg, rgba(188,0,45,.28), rgba(255,255,255,.14));
}
[data-destination="italy"] {
  --dest-accent: #C75B39; --dest-accent-ink: #FFFFFF; --dest-soft: #F7E8E3;
  --dest-flag-1: #008C45; --dest-flag-2: #FFFFFF; --dest-flag-3: #CD212A;
  --dest-wash: linear-gradient(135deg, rgba(199,91,57,.28), rgba(0,140,69,.14));
}
