html,
body,
iframe {
  display: flex;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  border: none;
}

body {
  font-family: "Vivo Type";
}

html {
  font-size: 16px;
}

p {
  white-space: pre-line;
}


@supports (font: -apple-system-body) {
  html {
    font: -apple-system-body !important;
  }
}
