@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

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

a:hover {
  text-decoration: none;
}

button {
  font-family: inherit;
}

table {
  cellspacing: 0 !important;
  border-spacing: 0 !important;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 320px;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: var(--pv-color-black);
  background-color: #ffffff;
}

#root {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-inline-size: 0;
}

*[hidden] {
  display: none;
}

*[data-noninteractive="true"] {
  pointer-events: none;
}