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

/* The HTML hidden state remains authoritative over component display rules. */
[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  color: var(--ipay-text-primary);
  background: var(--ipay-background);
  font-family: Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  font-size: var(--ipay-font-body);
}

a {
  color: var(--ipay-primary);
}

a:hover {
  color: var(--ipay-primary-hover);
}

button,
input,
select,
textarea {
  font: inherit;
}

.ipay-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
