.f12 {
  font-family: var(--f12-font-sans);
  color: var(--f12-color-text);
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f12,
.f12 * {
  box-sizing: border-box;
}

.f12 :where(h1, h2, h3, h4) {
  color: var(--f12-color-heading);
  letter-spacing: var(--f12-tracking-tight);
  line-height: var(--f12-leading-tight);
}

.f12 :where(p) {
  line-height: var(--f12-leading-relaxed);
}

.f12 :where(a) {
  color: inherit;
}

.f12 :where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--f12-color-focus);
  outline-offset: 2px;
}

.f12 :where(button) {
  font: inherit;
}

.f12 :where(img) {
  max-width: 100%;
  height: auto;
}
