html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
strong,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

html,
body {
  width: 100%;
}

html {
  font-family:
    "Inter",
    -apple-system,
    "BlinkMacSystemFont",
    "San Francisco",
    "Roboto",
    "Segoe UI",
    "Helvetica Neue",
    sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--color--outline);
  outline-offset: 2px;
}

::selection {
  background: #d6e6fc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  vertical-align: middle;
  font-weight: 400;
}

img {
  border: 0;
}

a img {
  border: 0;
}

footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[hidden],
.hide {
  display: none;
}

a,
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px solid var(--color--outline);
  outline-offset: 2px;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: normal;
}

strong {
  font-weight: 500;
}

hr {
  box-sizing: content-box;
  height: 0;
  padding: 0;
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input,
label,
select,
button,
textarea {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1;
  white-space: normal;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

input[type="radio"] {
  appearance: radio;
}

input::-webkit-contacts-auto-fill-button {
  right: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
}
