/**
 * @license EUPL-1.2
 * Copyright (c) 2020-2024 Frameless B.V.
 * Copyright (c) 2021-2024 Gemeente Utrecht
 */
.utrecht-root {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  background-color: var(--utrecht-root-background-color);
  block-size: 100%;
  color: var(--utrecht-root-color);
  font-family: var(--utrecht-root-font-family);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  inline-size: 100%;
  overflow-block: auto;
  overflow-inline: auto;
  position: relative;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}