/** Text */
.text-normal {
  color: var(--text-normal);
}

.text-weak {
  color: var(--text-weak);
}

.text-placeholder {
  color: var(--text-placeholder);
}

.text-disabled {
  color: var(--text-disabled);
}

.text-white {
  color: var(--text-white);
}

/** Link */
.link-normal {
  color: var(--link-normal);
}

.link-active {
  color: var(--link-active);
}

.link-focus {
  color: var(--link-focus);
}

.link-disabled {
  color: var(--link-disabled);
}
