$root: FlatMenu;

:global(.#{$root}) {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  background: #141721;
  color: white;
}

:export {
  root: $root;
}
