/* Aqarat Landing — theme tokens only, no rules */
:root {
  --site-primary:    #31bdb7;
  --site-accent:     #e8a637;
  --site-purple:     #9d72ff;
  --site-danger:     #ef4444;
  --site-radius:     1rem;
  --site-speed:      250ms;
  --site-ease:       cubic-bezier(.2,.7,.2,1);
}
