/* Minimaler Pre-Hydration-Stil; Tokens kommen aus der gebündelten App. */
html,
body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
#root {
  min-height: 100vh;
  box-sizing: content-box;
  padding-bottom: var(--cookie-consent-spacer, 0px);
}
* {
  -webkit-touch-callout: none;
}
input,
textarea,
[contenteditable='true'] {
  -webkit-user-select: text;
  user-select: text;
}
