$root: FlatLabel;

:global(.#{$root}) {
  color: white;
  font-family: 'IBM Plex Sans';
  font-size: 1.2em;
  font-weight: 500;
}

:export {
  root: $root;
}
