:where(.llm) {
  font-style: normal;
  font-weight: normal;
  font-family: var(--llm-font-primary);
  font-size: clampUnit(var(--llm-typography-body1-font-size-min), var(--llm-typography-body1-font-size-max), var(--llm-scale));
}

:where(.llm h1, .llm h2, .llm h3, .llm h4, .llm h5, .llm h6, .llm a, .llm b, .llm em, .llm p, .llm strong, .llm span, .llm ol, .llm ul) {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

:where(.llm ::selection) {
  background: var(--llm-color-accent-foreground);
}

@include typography();
