
@utility table-of-contents {
  @apply text-menu-foreground dark:text-menu-foreground-dark font-menu;
}

@utility table-of-contents-title {
  @apply text-ui-sm mb-2 font-bold;
}

@utility table-of-contents-link {
  @apply text-ui-sm w-full rounded-lg py-1 px-2 hover:bg-menu-active-background dark:hover:bg-menu-active-background-dark;
}

@utility table-of-contents-list {
  @apply flex flex-col gap-0.5;
}