.note-editor-theme_paragraph {
  font-size: 12px;
}

.note-editor-theme_list-ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: disc;
}

.note-editor-theme_list-li {
  margin-left: 18px;
  margin-right: 8px;
}

.note-editor-theme_link {
  cursor: pointer;
  color: var(--color-text-accent);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: color-mix(in srgb, var(--color-text-accent) 60%, transparent);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.note-editor-theme_link:hover {
  color: var(--color-text-accent-secondary);
  text-decoration-color: currentColor;
}

.note-editor-theme_text-strikethrough {
  text-decoration: line-through;
}

.note-editor-theme_text-italic {
  font-style: italic;
}
