/* https://gist.github.com/mindplay-dk/62243f634cdcce4f43d943c36378137d */

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  min-width: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100svh;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.1;
  text-wrap: balance;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

img, picture, video, canvas, svg, embed, iframe, object, audio {
  display: block;
  max-width: 100%;
  height: auto;
}

svg[width][height] {
  max-width: revert;
}

button {
  background: none;
  border: none;
}

input, button, textarea, select {
  font: inherit;
}

button,
[role="button"],
label,
summary,
select {
  cursor: pointer;
}

a {
  color: inherit;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: inherit;
}

fieldset {
  border: none;
  padding: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub { bottom: -0.25em; }

sup { top: -0.5em; }

pre, code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

#root {
  isolation: isolate;
}
