/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Reset styles from parent theme.
 * https://developer.mozilla.org/en-US/docs/Web/CSS/all
 */

[data-drupal-admin-styles] {
  box-sizing: border-box;
}

[data-drupal-admin-styles] *:focus {
  outline: var(--admin-toolbar-size-focus) solid var(--admin-toolbar-color-focus);
}

:where([data-drupal-admin-styles] :not(svg *)) {
  all: revert;
  box-sizing: border-box;
}

:where([data-drupal-admin-styles] :not(svg *)) button {
  font-family: inherit;
}

:where([data-drupal-admin-styles] :not(svg *))::after,
:where([data-drupal-admin-styles] :not(svg *))::before {
  all: revert;
  box-sizing: border-box;
}
