/* default */
:host {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-text);
}

:host(.display) {
  height: 3.5rem;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
}

:host(.title-large) {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

:host(.title-medium) {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
}

:host(.title-small) {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

:host(.subtitle) {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}

:host(.body-large) {
  font-size: 1rem;
  line-height: 1.5;
}

:host(.body-medium) {
  font-size: 0.875rem;
  line-height: 1.4285;
}

:host(.body-small) {
  font-size: 0.75rem;
  line-height: 1.6666;
}

:host(.caption) {
  font-size: 0.75rem;
  line-height: 1.3333;
  font-weight: 400;
}

:host(.codeBlock) {
  font-size: 0.8125rem;
  line-height: 1.5385;
  font-weight: 400;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

:host(.codeInline) {
  font-size: 0.9285em;
  font-weight: 400;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}