@use "../../../../styles/tokens/color";
@use "../../../../styles/tokens/space";
@use "../../../../styles/tools/convert";

$base: (
  font-size: 1rem,
  font-weight: bold,
  margin-top: space.get("xsmall"),
  margin-bottom: 0,
  max-width: convert.to-rem(350px),
);

$icon: (
  margin-top: convert.to-rem(-3px),
  margin-right: space.get("xsmall"),
);
