body, [data-theme] {
  font-family: var(--app-font-body);
  font-size: var(--app-size-font);
  background: var(--app-color-background);
  color: var(--app-color-foreground);
}
