@layer component.theme {
  .ticks > li::marker {
    content: "✓︎" var(--ticks-space, " ");
    font-family: canopicons, sans-serif;
    font-weight: 200;
    font-variation-settings: "STCH" 400;
  }
}
