// Shapes
.s-rounded {
    border-radius: $border-radius;
  }
  
  .s-circle {
    border-radius: 50%;
  }