ol,
ul {
    @apply ml-[var(--spacing-local-medium)];
}

ol {
    @apply list-decimal;
}

ul {
    @apply list-disc;
}
