@use "../../../../styles/tokens/space";

@mixin legend-base {
  font-weight: bold;
  margin-bottom: space.get("large");
}
