/* We don't use 2xl, 3xl, 4xl map keys because in some Intellij configurations, these keys are reformatted */
*, ::slotted(p) {
  font-weight: var(--joy-font-weight-normal);
  font-size: var(--joy-font-size-primary-400);
  line-height: var(--joy-line-height-large);
  font-family: var(--joy-font-family-base);
  margin: 0;
  padding: 0;
}

::slotted(joy-link) {
  padding: 0;
  font-weight: var(--joy-font-weight-bold);
  font-size: var(--joy-font-size-primary-400);
  line-height: var(--joy-line-height-large);
  font-family: var(--joy-font-family-base);
}

::slotted(strong) {
  font-weight: var(--joy-font-weight-bold);
}

::slotted(small) {
  font-size: var(--joy-font-size-primary-300);
}

:host {
  display: block;
}