@use "../tokens/base";

:export {
  font-family: base.$font-family;
  font-size: base.$font-size;
  line-height: base.$line-height;
  background: base.$background;
  text-color: base.$text-color;
  focus-outline: base.$focus-outline;
  selection-background: base.$selection-background;
}
