Images and content blocks have a radius of 3px.

You can't cage the rage

.img {
  border-radius: $radius;
  // border-radius: 3px;
}

Avatars and profile pictures of people are square have a radius of 50%.

Nicholas Cage

.avatar {
  overflow: hidden;
  border-radius: 50%;
}