@mixin rounded($radius: $rounded) {
  border-radius: $radius;
}
