:is(p, h1, h2, h3, span, small) {
  max-inline-size: none;
}

:is(p,ul,ol,dl,h6) {
  font-size: var(--font-size-1);
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-underline {
  text-decoration: none;
}

.text-center {
  text-align: center;
}
