ul {
  font-family: Frutiger-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-weight: 400;
  color: #727272;
  line-height: 1.6;
  list-style-type: none;
  padding: 0;
}
:host([variant=square]) ul {
  --variant: square;
}