@font-face {
  font-family: "Avenir Next";
  src: url("/fonts/avenir/AvenirNext-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url("/fonts/avenir/AvenirNext-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url("/fonts/avenir/AvenirNext-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

* {
  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: "Avenir Next", Helvetica, Arial, sans-serif;
  color: var(--pv-color-black);
  background-color: #ffffff;
}

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

fieldset {
  min-inline-size: 0;
}

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