@charset "utf-8";

textarea, input, button, select, select:focus, div:focus, label:focus { outline: none; background-color: unset; }

button { border: none; }

button, input, textarea { font: unset; }

h1, h2, h3, h4, h5, h6, p, button { font-weight: unset; padding: 0px; margin: 0px; }

body { margin: unset; }

html { text-size-adjust: 100%; }

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