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

$layout: (
  margin-bottom: space.get("large"),
);

$bar: (
  height: space.get("small"),
  background-color: var(--color-fill-moderate),
);

$colors: (
  default: var(--color-surface-secondary),
  green: var(--color-fill-accent2),
  red: var(--color-border-negative),
  blue: var(--color-border-information),
  yellow: var(--color-border-warning),
);
