/* ==========================================================================
   Design tokens — colours, shadows, layout scale.
   Bold & energetic palette: brand indigo #4338CA, accent orange #FF5A1F,
   gold spark #FFB800, hero tint lavender #E3E0FB.
   ========================================================================== */

:root{
  --brand:#4338CA;
  --brand-2:#FF5A1F;
  --mint:#D6CEF7;
  --mint-2:#E4DDFB;
  --mint-3:#F5F2FE;
  --gray:#696984;
  --ink:#211C4D;
  --black:#230F0F;
  --grey2:#4D4D4D;
  --star:#FFB800;
  --red:#FF2D55;
  --white:#fff;
  --line:#E7E4F5;
  --sh:0 10px 60px rgba(67,56,202,.10);
  --sh-2:0 14px 46px rgba(67,56,202,.18);
  --maxw:1280px;
}
