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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
}

body.vip-preview {
  min-height: 100vh;
  background: var(--vip-bg);
  color: var(--vip-text);
  font-family: var(--vip-font);
  -webkit-font-smoothing: antialiased;
}

body.vip-theme-otp {
  display: flex;
  justify-content: center;
}

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

.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;
}
